summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-27 01:50:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-27 01:50:08 +0000
commit2b84107c766b9e8fe8aaa7d11246ff4c53e90e10 (patch)
treea0a0a850aa982a44030f928f290cb1ff5387b1d2 /games-emulation/pcsx2
parentChange to use export MONO_SHARED_DIR=${T} to solve sandbox issues. Needed for... (diff)
downloadhistorical-2b84107c766b9e8fe8aaa7d11246ff4c53e90e10.tar.gz
historical-2b84107c766b9e8fe8aaa7d11246ff4c53e90e10.tar.bz2
historical-2b84107c766b9e8fe8aaa7d11246ff4c53e90e10.zip
IUSE
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r--games-emulation/pcsx2/pcsx2-0.5.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-emulation/pcsx2/pcsx2-0.5.ebuild b/games-emulation/pcsx2/pcsx2-0.5.ebuild
index 10526198ea28..a589aa3979c8 100644
--- a/games-emulation/pcsx2/pcsx2-0.5.ebuild
+++ b/games-emulation/pcsx2/pcsx2-0.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.5.ebuild,v 1.4 2004/02/20 06:26:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.5.ebuild,v 1.5 2004/05/27 01:28:48 mr_bones_ Exp $
-inherit games eutils
+inherit eutils games
DESCRIPTION="Playstation2 emulator"
HOMEPAGE="http://www.pcsx2.net/"
@@ -11,6 +11,7 @@ SRC_URI="http://www.pcsx2.net/download/${PV:0:3}release/Pcsx2Src-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+IUSE=""
RDEPEND="virtual/x11
=x11-libs/gtk+-1*