commit:     18370abece5f725c68a9dec2997546acb11094eb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 06:31:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 06:32:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18370abe

games-engines/frobtads: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 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(-)

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 c50b5a05de4..f37f2ed22ce 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 f0fd3816a63..6270e7fa08f 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() {

Reply via email to