diff options
Diffstat (limited to 'sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild')
-rw-r--r-- | sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild b/sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild index 3a007d2be404..9e67ffb64f44 100644 --- a/sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild +++ b/sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild @@ -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" +) |