diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-08 00:29:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-08 00:29:48 +0000 |
commit | 4cc65b0b62be6d119d801ec05c1d3fe566d8f1cd (patch) | |
tree | 0b09894b62a62a30db20c85b349fceb347129e2b /games-emulation | |
parent | Version bump #101683 by Heikki Orsila. (diff) | |
download | gentoo-2-4cc65b0b62be6d119d801ec05c1d3fe566d8f1cd.tar.gz gentoo-2-4cc65b0b62be6d119d801ec05c1d3fe566d8f1cd.tar.bz2 gentoo-2-4cc65b0b62be6d119d801ec05c1d3fe566d8f1cd.zip |
add usb to DEPEND
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-0.8.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-emulation/pcsx2/pcsx2-0.8.1.ebuild b/games-emulation/pcsx2/pcsx2-0.8.1.ebuild index 92d84f1db9c5..b671ff8827c9 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-2005 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.2 2005/08/07 07:49:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.8.1.ebuild,v 1.3 2005/08/08 00:29:48 vapier Exp $ inherit games eutils toolchain-funcs @@ -22,7 +22,8 @@ RDEPEND="virtual/x11 >=games-emulation/ps2emu-gssoft-0.6.1 >=games-emulation/ps2emu-padxwin-0.5 >=games-emulation/ps2emu-spu2null-0.2.1 - >=games-emulation/ps2emu-dev9null-0.1" + >=games-emulation/ps2emu-dev9null-0.1 + >=games-emulation/ps2emu-usbnull-0.4" DEPEND="${RDEPEND} app-arch/p7zip" |