diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-09 10:50:14 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-09 10:50:14 +0000 |
commit | 92d6e9fb354ce5aed60fc913b881465e01cad531 (patch) | |
tree | 627f3fb42f090a177fc307dd7fde8bda0ca60508 /games-emulation/pcsx | |
parent | Bug #73858 - patch from bug #66400 produced incorrect output in some cases. (diff) | |
download | historical-92d6e9fb354ce5aed60fc913b881465e01cad531.tar.gz historical-92d6e9fb354ce5aed60fc913b881465e01cad531.tar.bz2 historical-92d6e9fb354ce5aed60fc913b881465e01cad531.zip |
Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
Diffstat (limited to 'games-emulation/pcsx')
-rw-r--r-- | games-emulation/pcsx/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/pcsx/pcsx-1.5-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/pcsx/ChangeLog b/games-emulation/pcsx/ChangeLog index 3b4d3f9bf1be..fc80ab3ca3c5 100644 --- a/games-emulation/pcsx/ChangeLog +++ b/games-emulation/pcsx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/pcsx -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/ChangeLog,v 1.5 2004/09/04 16:10:41 dholm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/ChangeLog,v 1.6 2005/01/09 10:49:20 swegener Exp $ + + 09 Jan 2005; Sven Wegener <swegener@gentoo.org> pcsx-1.5-r1.ebuild: + Added missing parentheses in SRC_URI/*DEPEND/LICENSE. 04 Sep 2004; David Holm <dholm@gentoo.org> pcsx-1.5-r1.ebuild: ppc support is incomplete, masked diff --git a/games-emulation/pcsx/pcsx-1.5-r1.ebuild b/games-emulation/pcsx/pcsx-1.5-r1.ebuild index d4381c5d8fa7..7a9626b4f247 100644 --- a/games-emulation/pcsx/pcsx-1.5-r1.ebuild +++ b/games-emulation/pcsx/pcsx-1.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/pcsx-1.5-r1.ebuild,v 1.5 2004/09/04 16:10:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/pcsx-1.5-r1.ebuild,v 1.6 2005/01/09 10:49:20 swegener Exp $ inherit games eutils @@ -25,7 +25,7 @@ RDEPEND="games-emulation/psemu-cdr games-emulation/psemu-padjoy games-emulation/psemu-peopsspu || ( - opengl? ( x86? games-emulation/psemu-gpupetemesagl ) + opengl? ( x86? ( games-emulation/psemu-gpupetemesagl ) ) games-emulation/psemu-peopssoftgpu )" |