diff options
Diffstat (limited to 'games-engines/frobtads/frobtads-1.2.4.ebuild')
-rw-r--r-- | games-engines/frobtads/frobtads-1.2.4.ebuild | 14 |
1 files changed, 9 insertions, 5 deletions
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() { |