diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-09 10:51:34 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-09 10:51:34 +0000 |
commit | 3b71af4ac4dae288d58faa21bd4dcb54c7602453 (patch) | |
tree | bf42becb143a8b23452ead0435ddfde023ac1c87 /games-emulation/pcsx | |
parent | add note to changed patch. (Manifest recommit) (diff) | |
download | gentoo-2-3b71af4ac4dae288d58faa21bd4dcb54c7602453.tar.gz gentoo-2-3b71af4ac4dae288d58faa21bd4dcb54c7602453.tar.bz2 gentoo-2-3b71af4ac4dae288d58faa21bd4dcb54c7602453.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 )" |