diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 20:58:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 20:58:28 +0000 |
commit | a49d6a46eb3856d1ed927314d06284a0fc75cd58 (patch) | |
tree | 45db3833a57e70bdd89d0ee2515591736eb48ae4 /games-roguelike | |
parent | Fix use invocation (diff) | |
download | historical-a49d6a46eb3856d1ed927314d06284a0fc75cd58.tar.gz historical-a49d6a46eb3856d1ed927314d06284a0fc75cd58.tar.bz2 historical-a49d6a46eb3856d1ed927314d06284a0fc75cd58.zip |
IUSE
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/tome/tome-2.2.5-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-roguelike/tome/tome-2.2.5-r1.ebuild b/games-roguelike/tome/tome-2.2.5-r1.ebuild index c0365ddd68dd..edf2c3a47f7c 100644 --- a/games-roguelike/tome/tome-2.2.5-r1.ebuild +++ b/games-roguelike/tome/tome-2.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-2.2.5-r1.ebuild,v 1.3 2004/03/10 13:36:31 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-2.2.5-r1.ebuild,v 1.4 2004/06/03 20:58:27 mr_bones_ Exp $ inherit games eutils @@ -12,12 +12,13 @@ SRC_URI="http://t-o-m-e.net/dl/src/tome-${MY_PV}-src.tgz" LICENSE="Moria" SLOT="0" KEYWORDS="x86 ppc ~amd64" +IUSE="" RDEPEND="virtual/glibc >=sys-libs/ncurses-5 virtual/x11" -S=${WORKDIR}/tome-${MY_PV}-src +S="${WORKDIR}/tome-${MY_PV}-src" src_unpack() { unpack ${A} |