diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:18:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:18:40 +0000 |
commit | 7bc113f605e9a15847fc4e2b07888d8ec029f151 (patch) | |
tree | 1d06198261c748559cc0af1dd266d55323c8146e /games-emulation/ps2emu-cdvdiso | |
parent | Add a symlink "../../../lib/xkb /usr/X11R6/lib/X11/xkb" so libxklavier and ot... (diff) | |
download | historical-7bc113f605e9a15847fc4e2b07888d8ec029f151.tar.gz historical-7bc113f605e9a15847fc4e2b07888d8ec029f151.tar.bz2 historical-7bc113f605e9a15847fc4e2b07888d8ec029f151.zip |
needs unzip #69831
Diffstat (limited to 'games-emulation/ps2emu-cdvdiso')
-rw-r--r-- | games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.ebuild b/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.ebuild index a92b992eb3b5..5ffad7c64686 100644 --- a/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.ebuild +++ b/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.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/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.ebuild,v 1.5 2004/06/24 22:32:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.ebuild,v 1.6 2004/11/03 00:17:13 vapier Exp $ inherit games @@ -10,10 +10,12 @@ SRC_URI="http://www.pcsx2.net/download/0.5release/CDVDiso${PV}.zip" LICENSE="freedist" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="ppc x86" IUSE="" -DEPEND="=x11-libs/gtk+-1*" +RDEPEND="=x11-libs/gtk+-1*" +DEPEND="${RDEPEND} + app-arch/unzip" S=${WORKDIR}/CDVDiso |