From 18370abece5f725c68a9dec2997546acb11094eb Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 4 Apr 2021 06:31:23 +0000 Subject: games-engines/frobtads: port to EAPI 7 Signed-off-by: Sam James --- games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch | 4 ++-- games-engines/frobtads/frobtads-1.2.4.ebuild | 14 +++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'games-engines') 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() { -- cgit v1.2.3-18-g5258