From 97983d42eaf22b5bfa90e5951f1a81a9eab8f0da Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 18 Dec 2015 03:37:35 -0500 Subject: EAPI=5 Package-Manager: portage-2.2.24 --- games-engines/frobtads/frobtads-1.2.2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'games-engines') diff --git a/games-engines/frobtads/frobtads-1.2.2.ebuild b/games-engines/frobtads/frobtads-1.2.2.ebuild index 9204b6e6803b..01a0dc3518fb 100644 --- a/games-engines/frobtads/frobtads-1.2.2.ebuild +++ b/games-engines/frobtads/frobtads-1.2.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit eutils flag-o-matic games DESCRIPTION="Curses-based interpreter and development tools for TADS 2 and TADS 3 text adventures" @@ -17,15 +17,14 @@ IUSE="debug tads2compiler tads3compiler" RESTRICT="!tads3compiler? ( test )" RDEPEND="net-misc/curl - sys-libs/ncurses" -DEPEND="${RDEPEND}" + sys-libs/ncurses:0" +DEPEND=${RDEPEND} DOCS=( doc/{AUTHORS,BUGS,ChangeLog.old,NEWS,README,SRC_GUIDELINES,THANKS} ) src_configure() { append-cxxflags -fpermissive egamesconf \ - --disable-silent-rules \ $(use_enable debug t3debug) \ $(use_enable debug error-checking) \ $(use_enable tads2compiler t2-compiler) \ -- cgit v1.2.3-65-gdbad