diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:15:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:15:18 +0000 |
commit | de93dabcbf39ccfbb794634d7a715c7eae360345 (patch) | |
tree | b27718362f7c555f8b806fa860edf428a5f37db2 /games-emulation/infones | |
parent | ppc stable (Manifest recommit) (diff) | |
download | gentoo-2-de93dabcbf39ccfbb794634d7a715c7eae360345.tar.gz gentoo-2-de93dabcbf39ccfbb794634d7a715c7eae360345.tar.bz2 gentoo-2-de93dabcbf39ccfbb794634d7a715c7eae360345.zip |
needs unzip #69831
Diffstat (limited to 'games-emulation/infones')
-rw-r--r-- | games-emulation/infones/infones-0.92.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-emulation/infones/infones-0.92.ebuild b/games-emulation/infones/infones-0.92.ebuild index dd15a8a697e2..8d60a03f9e69 100644 --- a/games-emulation/infones/infones-0.92.ebuild +++ b/games-emulation/infones/infones-0.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/infones/infones-0.92.ebuild,v 1.5 2004/06/24 22:30:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/infones/infones-0.92.ebuild,v 1.6 2004/11/03 00:15:18 vapier Exp $ inherit games @@ -11,12 +11,13 @@ SRC_URI="http://www.geocities.co.jp/SiliconValley/5604/bin/${MY_P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="=x11-libs/gtk+-1.2* sys-libs/zlib" DEPEND="${RDEPEND} + app-arch/unzip >=sys-apps/sed-4" S=${WORKDIR}/${MY_P}/linux |