commit:     63d65596275c637aecf88e8e984faf2a3559b851
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 14:56:50 2017 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 15:02:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d65596

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

 app-misc/mime-types/mime-types-9.ebuild | 6 ++++--
 1 file 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 2b71b26..f6a486c 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
 }

Reply via email to