summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-26 14:45:07 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-26 16:31:26 -0400
commitd5ddc277d55a4aeb5bb386a58790a687a17dc336 (patch)
treeffcc3a1d5dfcf57e0335a16c8ff108085fc1cd67 /media-libs/fnlib
parentmedia-libs/libptp2: bump EAPI and drop eutils (diff)
downloadgentoo-d5ddc277d55a4aeb5bb386a58790a687a17dc336.tar.gz
gentoo-d5ddc277d55a4aeb5bb386a58790a687a17dc336.tar.bz2
gentoo-d5ddc277d55a4aeb5bb386a58790a687a17dc336.zip
media-libs/fnlib: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs/fnlib')
-rw-r--r--media-libs/fnlib/fnlib-0.5-r2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/media-libs/fnlib/fnlib-0.5-r2.ebuild b/media-libs/fnlib/fnlib-0.5-r2.ebuild
index 791991112da9..b532f12c0e6c 100644
--- a/media-libs/fnlib/fnlib-0.5-r2.ebuild
+++ b/media-libs/fnlib/fnlib-0.5-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
+EAPI=6
inherit autotools
@@ -17,7 +17,10 @@ IUSE=""
DEPEND="media-libs/imlib"
RDEPEND="${DEPEND}"
+DOCS=( AUTHORS ChangeLog HACKING NEWS README doc/fontinfo.README )
+
src_prepare() {
+ default
eautoreconf
}
@@ -27,6 +30,5 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog HACKING NEWS README
- dodoc doc/fontinfo.README
+ default
}