commit:     d5ddc277d55a4aeb5bb386a58790a687a17dc336
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 18:45:07 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 20:31:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ddc277

media-libs/fnlib: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/fnlib/fnlib-0.5-r2.ebuild | 10 ++++++----
 1 file 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 791991112da..b532f12c0e6 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
 }

Reply via email to