Skip to content

Commit

Permalink
app-misc/mime-types: bump to EAPI=6
Browse files Browse the repository at this point in the history
  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
  • Loading branch information
heroxbd committed Jan 7, 2017
1 parent 28fd701 commit 63d6559
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app-misc/mime-types/mime-types-9.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -16,5 +18,5 @@ RDEPEND=""

src_install() {
insinto /etc
doins mime.types || die
doins mime.types
}

0 comments on commit 63d6559

Please sign in to comment.