diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-14 16:04:46 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-14 16:04:46 +0000 |
commit | 2ff62d0d2544355b52ceaf617c0aebe9fa5e127d (patch) | |
tree | df4b8ebc49e25c5eff1db0479eeaf277fd5a34dd /x11-plugins | |
parent | Drop KDE 4.1.2 and 4.1.3 (diff) | |
download | gentoo-2-2ff62d0d2544355b52ceaf617c0aebe9fa5e127d.tar.gz gentoo-2-2ff62d0d2544355b52ceaf617c0aebe9fa5e127d.tar.bz2 gentoo-2-2ff62d0d2544355b52ceaf617c0aebe9fa5e127d.zip |
Prevent automatic stripping of binaries. Closes bug #252107.
(Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmgrabimage/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-plugins/wmgrabimage/ChangeLog b/x11-plugins/wmgrabimage/ChangeLog index 5b3ddebcbc79..58530a326281 100644 --- a/x11-plugins/wmgrabimage/ChangeLog +++ b/x11-plugins/wmgrabimage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmgrabimage # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.11 2007/07/22 05:06:09 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.12 2009/01/14 16:04:46 s4t4n Exp $ + + 14 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72-r1.ebuild: + Prevent automatic stripping of binaries. Closes bug #252107. 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmgrabimage-0.72-r1.ebuild: diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild index 1a576cb9fa28..25e5357a7e39 100644 --- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild +++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.7 2008/06/29 14:11:34 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.8 2009/01/14 16:04:46 s4t4n Exp $ inherit eutils @@ -22,7 +22,8 @@ RDEPEND=">=net-misc/wget-1.9-r2 x11-libs/libXpm" DEPEND="${RDEPEND} x11-proto/xproto - x11-proto/xextproto" + x11-proto/xextproto + >=sys-apps/sed-4.1.5-r1" S=${WORKDIR}/${MY_P}-${PV}/${MY_P} @@ -31,6 +32,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-noman.patch sed -i -e 's/-geom /-geometry /' GrabImage || die "sed failed." + sed -i -e 's/install -s -m /install -m /' Makefile || die "sed failed." } src_compile() { |