diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 23:33:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 23:33:56 +0000 |
commit | 5515c6a35a1b7f274b3411f1ae5f27aeb55cf25b (patch) | |
tree | 51b97246050a109a42ad43336cb4af7cb67572d2 /games-emulation | |
parent | whitespace (diff) | |
download | gentoo-2-5515c6a35a1b7f274b3411f1ae5f27aeb55cf25b.tar.gz gentoo-2-5515c6a35a1b7f274b3411f1ae5f27aeb55cf25b.tar.bz2 gentoo-2-5515c6a35a1b7f274b3411f1ae5f27aeb55cf25b.zip |
fix deps and link path for bug #185428
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild | 8 |
2 files changed, 13 insertions, 3 deletions
diff --git a/games-emulation/psemu-peopssoftgpu/ChangeLog b/games-emulation/psemu-peopssoftgpu/ChangeLog index 271023e771bb..1b8e738262b8 100644 --- a/games-emulation/psemu-peopssoftgpu/ChangeLog +++ b/games-emulation/psemu-peopssoftgpu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/psemu-peopssoftgpu -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/ChangeLog,v 1.11 2006/07/10 23:04:16 mr_bones_ Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/ChangeLog,v 1.12 2007/07/15 23:33:56 mr_bones_ Exp $ + + 15 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> + psemu-peopssoftgpu-1.17.ebuild: + fix deps and link path for bug #185428 10 Jul 2006; Michael Sterrett <mr_bones_@gentoo.org> psemu-peopssoftgpu-1.17.ebuild: diff --git a/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild b/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild index f147d1f8ae38..734c560e8c30 100644 --- a/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild +++ b/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild,v 1.6 2007/04/09 17:05:01 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild,v 1.7 2007/07/15 23:33:56 mr_bones_ Exp $ inherit eutils games @@ -14,6 +14,7 @@ KEYWORDS="~ppc x86" IUSE="sdl" RDEPEND="=x11-libs/gtk+-1* + x11-libs/libXxf86vm sdl? ( media-libs/libsdl )" DEPEND="${RDEPEND} dev-util/pkgconfig @@ -45,6 +46,11 @@ src_unpack() { || die "sed sdl failed" fi fi + # bug #185428 + sed -i \ + -e 's:/X11R6::' \ + src/makes/mk.x11 \ + || die "sed failed" } src_compile() { |