diff options
Diffstat (limited to 'net-misc/aget/aget-0.4.1-r2.ebuild')
-rw-r--r-- | net-misc/aget/aget-0.4.1-r2.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net-misc/aget/aget-0.4.1-r2.ebuild b/net-misc/aget/aget-0.4.1-r2.ebuild index ed4438eb35fd..98c7c8837fa9 100644 --- a/net-misc/aget/aget-0.4.1-r2.ebuild +++ b/net-misc/aget/aget-0.4.1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs @@ -12,17 +12,12 @@ SRC_URI="http://www.enderunix.org/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm ~mips ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" PATCHES=( - "${FILESDIR}"/aget-0.4.1-r1.patch + "${FILESDIR}"/${P}-overflow.patch + "${FILESDIR}"/${P}-fno-common.patch ) src_compile() { emake CC="$(tc-getCC)" } - -src_install() { - emake DESTDIR="${ED}" install - dodoc AUTHORS ChangeLog README* THANKS TODO -} |