diff options
author | 2017-01-07 23:56:50 +0900 | |
---|---|---|
committer | 2017-01-08 00:02:11 +0900 | |
commit | 63d65596275c637aecf88e8e984faf2a3559b851 (patch) | |
tree | 047fe16857ff34fd410f80ea1bcb9e1abe63fb9a /app-misc/mime-types | |
parent | dev-python/virtualenvwrapper: add python3_5 support (diff) | |
download | gentoo-63d65596275c637aecf88e8e984faf2a3559b851.tar.gz gentoo-63d65596275c637aecf88e8e984faf2a3559b851.tar.bz2 gentoo-63d65596275c637aecf88e8e984faf2a3559b851.zip |
app-misc/mime-types: bump to EAPI=6
No revision bump was carried out because this is a
trivial ebuild and nothing need to be rebuilt.
Bug: 604918
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-misc/mime-types')
-rw-r--r-- | app-misc/mime-types/mime-types-9.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/mime-types/mime-types-9.ebuild b/app-misc/mime-types/mime-types-9.ebuild index 2b71b26eea56..f6a486cd3349 100644 --- a/app-misc/mime-types/mime-types-9.ebuild +++ b/app-misc/mime-types/mime-types-9.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=6 + DESCRIPTION="Provides /etc/mime.types file" HOMEPAGE="https://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2" @@ -16,5 +18,5 @@ RDEPEND="" src_install() { insinto /etc - doins mime.types || die + doins mime.types } |