diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:20:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:20:41 +0000 |
commit | b67cf4c8bd87230e9eaf032cb93a5723b93522d2 (patch) | |
tree | 21b92ad55c173d358b182949e7342b2661d832ee /games-emulation/ps2emu-cddvdlinuz | |
parent | Add a symlink "../../../lib/xkb /usr/X11R6/lib/X11/xkb" so libxklavier and ot... (diff) | |
download | gentoo-2-b67cf4c8bd87230e9eaf032cb93a5723b93522d2.tar.gz gentoo-2-b67cf4c8bd87230e9eaf032cb93a5723b93522d2.tar.bz2 gentoo-2-b67cf4c8bd87230e9eaf032cb93a5723b93522d2.zip |
needs unzip #69831
Diffstat (limited to 'games-emulation/ps2emu-cddvdlinuz')
-rw-r--r-- | games-emulation/ps2emu-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-emulation/ps2emu-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.ebuild b/games-emulation/ps2emu-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.ebuild index c53592b802a5..131e056d8c04 100644 --- a/games-emulation/ps2emu-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.ebuild +++ b/games-emulation/ps2emu-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.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-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.ebuild,v 1.5 2004/06/24 22:32:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.ebuild,v 1.6 2004/11/03 00:16:55 vapier Exp $ inherit games @@ -10,10 +10,12 @@ SRC_URI="http://www.pcsx2.net/download/0.5release/CDVDlinuz${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}/CDVDlinuz" |