diff options
author | Sam James <sam@gentoo.org> | 2020-09-15 02:47:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-15 02:47:35 +0000 |
commit | 28cb7ada361184d2e0dbe5eb043a0c87ff2439c3 (patch) | |
tree | 9edb564ad9ca9c1cd588a22b8506a1728b32b5d6 /app-emulation/dinero | |
parent | app-misc/vittk: bump to EAPI 7 (diff) | |
download | gentoo-28cb7ada361184d2e0dbe5eb043a0c87ff2439c3.tar.gz gentoo-28cb7ada361184d2e0dbe5eb043a0c87ff2439c3.tar.bz2 gentoo-28cb7ada361184d2e0dbe5eb043a0c87ff2439c3.zip |
app-emulation/dinero: bump to EAPI 7
Closes: https://bugs.gentoo.org/742047
Closes: https://bugs.gentoo.org/632412
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/dinero')
-rw-r--r-- | app-emulation/dinero/dinero-4.7-r1.ebuild | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/app-emulation/dinero/dinero-4.7-r1.ebuild b/app-emulation/dinero/dinero-4.7-r1.ebuild index 6a9d150497b6..5768448f3886 100644 --- a/app-emulation/dinero/dinero-4.7-r1.ebuild +++ b/app-emulation/dinero/dinero-4.7-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 inherit autotools toolchain-funcs @@ -14,13 +14,22 @@ SRC_URI="ftp://ftp.cs.wisc.edu/markhill/DineroIV/${MY_P}.tar.gz" LICENSE="free-noncomm" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" src_prepare() { + default + + # 331837 sed -e "s/\$(CC)/& \$(LDFLAGS)/" \ - -i Makefile.in || die #331837 + -i Makefile.in || die + + mv configure.{in,ac} || die + eautoreconf +} + +src_configure() { tc-export AR + default } src_install() { |