diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-11 19:55:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-11 19:55:21 +0000 |
commit | 5abaec12640c3619c2cf67052ae2e7c727819145 (patch) | |
tree | a4c6b4f4cf31ad0bdac947e7837d13cad1e6cac9 /games-emulation/pcsx2/pcsx2-0.8.1.ebuild | |
parent | Added media-libs/libpng to RDEPEND and closing bug #121693. (diff) | |
download | gentoo-2-5abaec12640c3619c2cf67052ae2e7c727819145.tar.gz gentoo-2-5abaec12640c3619c2cf67052ae2e7c727819145.tar.bz2 gentoo-2-5abaec12640c3619c2cf67052ae2e7c727819145.zip |
Added sys-libs/zlib and closing bug #121710.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-emulation/pcsx2/pcsx2-0.8.1.ebuild')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-0.8.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-emulation/pcsx2/pcsx2-0.8.1.ebuild b/games-emulation/pcsx2/pcsx2-0.8.1.ebuild index 4da0056273f7..f06c99e4fe4b 100644 --- a/games-emulation/pcsx2/pcsx2-0.8.1.ebuild +++ b/games-emulation/pcsx2/pcsx2-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.8.1.ebuild,v 1.5 2006/02/11 04:32:32 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.8.1.ebuild,v 1.6 2006/02/11 19:55:21 wolf31o2 Exp $ inherit eutils toolchain-funcs games @@ -13,11 +13,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="=x11-libs/gtk+-1* +RDEPEND="sys-libs/zlib + =x11-libs/gtk+-1* || ( >=games-emulation/ps2emu-cddvdlinuz-0.3-r1 - >=games-emulation/ps2emu-cdvdiso-0.3 - ) + >=games-emulation/ps2emu-cdvdiso-0.3 ) >=games-emulation/ps2emu-gssoft-0.6.1 >=games-emulation/ps2emu-padxwin-0.5 >=games-emulation/ps2emu-spu2null-0.2.1 |