sys-apps/fakeroot-ng: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Mon, 20 Aug 2018 14:32:08 +0000 (17:32 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Mon, 20 Aug 2018 14:32:33 +0000 (17:32 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild

index 3a007d2be4046cf093ee4bba4bab333f703625cd..9e67ffb64f44204c2e7af7bfcf656d68ec9e162d 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit eutils
 
@@ -14,8 +14,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-gcc-4.8.2.patch
-}
+PATCHES=(
+       "${FILESDIR}/${PN}-gcc-4.8.2.patch"
+)