diff options
author | 2021-01-02 13:40:00 +0100 | |
---|---|---|
committer | 2021-01-02 13:40:00 +0100 | |
commit | 48ec37935d83870204e2bd1fa557d65b7c41eddc (patch) | |
tree | 83eede0c5e6a5a54e294b248c0ae767555077ce1 /net-misc/aget/aget-0.4.1-r2.ebuild | |
parent | media-gfx/figurine: Port to EAPI 7 (diff) | |
download | gentoo-48ec37935d83870204e2bd1fa557d65b7c41eddc.tar.gz gentoo-48ec37935d83870204e2bd1fa557d65b7c41eddc.tar.bz2 gentoo-48ec37935d83870204e2bd1fa557d65b7c41eddc.zip |
net-misc/aget: Port to EAPI 7
Closes: https://github.com/gentoo/gentoo/pull/18907
Closes: https://bugs.gentoo.org/707432
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
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 -} |