diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-09-26 18:43:45 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-09-26 18:43:45 +0000 |
commit | a7f8e8dc962d4c544de0ca77671ee8cb570265a2 (patch) | |
tree | 9d539e1246d292322fb8a0f4da13a59b27726956 /games-emulation | |
parent | Fixed DEPEND/RDEPEND. (diff) | |
download | gentoo-2-a7f8e8dc962d4c544de0ca77671ee8cb570265a2.tar.gz gentoo-2-a7f8e8dc962d4c544de0ca77671ee8cb570265a2.tar.bz2 gentoo-2-a7f8e8dc962d4c544de0ca77671ee8cb570265a2.zip |
Let portage strip binaries, bug #137832
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/ps2emu-usbnull/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/games-emulation/ps2emu-usbnull/ChangeLog b/games-emulation/ps2emu-usbnull/ChangeLog index 494338b6b713..37ab91f30b74 100644 --- a/games-emulation/ps2emu-usbnull/ChangeLog +++ b/games-emulation/ps2emu-usbnull/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/ps2emu-usbnull -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-usbnull/ChangeLog,v 1.1 2005/08/07 07:32:39 vapier Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-usbnull/ChangeLog,v 1.2 2006/09/26 18:43:45 nyhm Exp $ + + 26 Sep 2006; Tristan Heaven <nyhm@gentoo.org> ps2emu-usbnull-0.4.ebuild: + Let portage strip binaries, bug #137832 *ps2emu-usbnull-0.4 (07 Aug 2005) diff --git a/games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild b/games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild index e06f6f26ea0b..25caa50a7429 100644 --- a/games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild +++ b/games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild,v 1.2 2005/08/07 07:36:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild,v 1.3 2006/09/26 18:43:45 nyhm Exp $ inherit 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}/USBnull${PV//.} src_unpack() { unrar x -idq "${DISTDIR}"/${A} || die cd "${S}" - sed -i 's:-O3 -fomit-frame-pointer:$(OPTFLAGS):' Linux/Makefile || die + sed -i \ + -e 's:-O3 -fomit-frame-pointer:$(OPTFLAGS):' \ + -e '/strip/d' \ + Linux/Makefile || die } src_compile() { |