diff options
-rw-r--r-- | sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 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 2dcb4984cf17..dae7a63ec7ce 100644 --- a/sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild +++ b/sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild @@ -1,9 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit eutils +EAPI=7 DESCRIPTION="A utility to run commands with fake root privileges" HOMEPAGE="https://fakeroot-ng.lingnu.com/" @@ -12,7 +10,6 @@ SRC_URI="mirror://sourceforge/${PN//-/}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" PATCHES=( "${FILESDIR}/${PN}-gcc-4.8.2.patch" |