diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-07-30 17:11:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-07-30 17:11:15 +0000 |
commit | ed22d9cbb8699c0592e161ad4280e7d9d30ce547 (patch) | |
tree | 1826c91135a17ba646a40336328b86c93c5216b9 /games-engines/frobtads | |
parent | Remove man pages provided by sys-apps/man-db, see bug #375623. (diff) | |
download | gentoo-2-ed22d9cbb8699c0592e161ad4280e7d9d30ce547.tar.gz gentoo-2-ed22d9cbb8699c0592e161ad4280e7d9d30ce547.tar.bz2 gentoo-2-ed22d9cbb8699c0592e161ad4280e7d9d30ce547.zip |
tidy
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'games-engines/frobtads')
-rw-r--r-- | games-engines/frobtads/frobtads-1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-engines/frobtads/frobtads-1.0.ebuild b/games-engines/frobtads/frobtads-1.0.ebuild index f2645424240e..8a2f748fd41d 100644 --- a/games-engines/frobtads/frobtads-1.0.ebuild +++ b/games-engines/frobtads/frobtads-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frobtads/frobtads-1.0.ebuild,v 1.1 2011/07/30 07:38:24 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/frobtads/frobtads-1.0.ebuild,v 1.2 2011/07/30 17:11:15 mr_bones_ Exp $ EAPI=2 inherit flag-o-matic games @@ -18,8 +18,7 @@ IUSE="debug tads2compiler tads3compiler" RESTRICT="!tads3compiler? ( test )" -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND}" +DEPEND="sys-libs/ncurses" src_unpack() { unpack ${A} |