diff options
author | Tristan Heaven <tristan@gentoo.org> | 2006-09-26 18:50:15 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2006-09-26 18:50:15 +0000 |
commit | 76673ff3be269ca16cd8a931602f2f24c9ed90b8 (patch) | |
tree | 949553d19e7b427ea933fa59110624c07e767fcf /games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.5.ebuild | |
parent | Fixed DEPEND/RDEPEND. (diff) | |
download | historical-76673ff3be269ca16cd8a931602f2f24c9ed90b8.tar.gz historical-76673ff3be269ca16cd8a931602f2f24c9ed90b8.tar.bz2 historical-76673ff3be269ca16cd8a931602f2f24c9ed90b8.zip |
Let portage strip binaries, bug #137833
Package-Manager: portage-2.1.2_pre1-r3
Diffstat (limited to 'games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.5.ebuild')
-rw-r--r-- | games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.5.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.5.ebuild b/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.5.ebuild index 014f483fd946..858180972238 100644 --- a/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.5.ebuild +++ b/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.5.ebuild,v 1.3 2006/05/03 05:51:30 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.5.ebuild,v 1.4 2006/09/26 18:50:15 nyhm Exp $ inherit eutils games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND="=x11-libs/gtk+-1*" +RDEPEND="=x11-libs/gtk+-1.2*" DEPEND="${RDEPEND} app-arch/unrar" @@ -22,7 +22,10 @@ S=${WORKDIR}/CDVDiso${PV//.} src_unpack() { unrar x -idq "${DISTDIR}"/${A} || die cd "${S}" - sed -i 's:-O2 -fomit-frame-pointer:$(OPTFLAGS):' src/Linux/Makefile || die + sed -i \ + -e 's:-O2 -fomit-frame-pointer:$(OPTFLAGS):' \ + -e '/strip/d' \ + src/Linux/Makefile || die epatch "${FILESDIR}/${P}"-gcc41.patch } |