diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 06:31:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:32:29 +0000 |
commit | 18370abece5f725c68a9dec2997546acb11094eb (patch) | |
tree | 717d73c937855ad1852c156894a179dd011bcbca /games-engines | |
parent | games-engines/frobtads: drop 1.2.3-r1 (diff) | |
download | gentoo-18370abece5f725c68a9dec2997546acb11094eb.tar.gz gentoo-18370abece5f725c68a9dec2997546acb11094eb.tar.bz2 gentoo-18370abece5f725c68a9dec2997546acb11094eb.zip |
games-engines/frobtads: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch | 4 | ||||
-rw-r--r-- | games-engines/frobtads/frobtads-1.2.4.ebuild | 14 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch b/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch index c50b5a05de43..f37f2ed22ce2 100644 --- a/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch +++ b/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch @@ -1,7 +1,7 @@ https://bugs.gentoo.org/602446 ---- frobtads-1.2.4/configure.ac -+++ frobtads-1.2.4/configure.ac +--- a/configure.ac ++++ b/configure.ac @@ -88,6 +88,7 @@ # doesn't hust to try pdcurses as a last resort.) # diff --git a/games-engines/frobtads/frobtads-1.2.4.ebuild b/games-engines/frobtads/frobtads-1.2.4.ebuild index f0fd3816a632..6270e7fa08f6 100644 --- a/games-engines/frobtads/frobtads-1.2.4.ebuild +++ b/games-engines/frobtads/frobtads-1.2.4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools @@ -16,8 +16,10 @@ IUSE="debug tads2compiler tads3compiler" RESTRICT="!tads3compiler? ( test )" -RDEPEND="net-misc/curl - sys-libs/ncurses:0=" +RDEPEND=" + net-misc/curl + sys-libs/ncurses:0= +" DEPEND="${RDEPEND}" DOCS=( doc/{AUTHORS,BUGS,ChangeLog.old,NEWS,README,SRC_GUIDELINES,THANKS} ) @@ -28,7 +30,9 @@ PATCHES=( src_prepare() { default - eautoreconf #602446 + + # bug #602446 + eautoreconf } src_configure() { |