diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-10-21 17:11:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-10-21 17:11:59 +0000 |
commit | 7559bb7c406b27a0f329f319e74272da537d9d54 (patch) | |
tree | 65533314b262cd8040f47e792174561d1b06b8a1 /net-misc | |
parent | Stable for HPPA (bug #289863). (diff) | |
download | gentoo-2-7559bb7c406b27a0f329f319e74272da537d9d54.tar.gz gentoo-2-7559bb7c406b27a0f329f319e74272da537d9d54.tar.bz2 gentoo-2-7559bb7c406b27a0f329f319e74272da537d9d54.zip |
Do not strip (bug #286340, comment #1).
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/udpcast/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/udpcast/udpcast-20090920.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/udpcast/ChangeLog b/net-misc/udpcast/ChangeLog index b42a43d4626b..885c09df54dc 100644 --- a/net-misc/udpcast/ChangeLog +++ b/net-misc/udpcast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/udpcast # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.17 2009/09/21 19:56:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.18 2009/10/21 17:11:59 jer Exp $ + + 21 Oct 2009; Jeroen Roovers <jer@gentoo.org> udpcast-20090920.ebuild: + Do not strip (bug #286340, comment #1). *udpcast-20090920 (21 Sep 2009) diff --git a/net-misc/udpcast/udpcast-20090920.ebuild b/net-misc/udpcast/udpcast-20090920.ebuild index e3cf972d0b66..a09d6ce1d6d7 100644 --- a/net-misc/udpcast/udpcast-20090920.ebuild +++ b/net-misc/udpcast/udpcast-20090920.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20090920.ebuild,v 1.1 2009/09/21 19:56:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20090920.ebuild,v 1.2 2009/10/21 17:11:59 jer Exp $ DESCRIPTION="Multicast file transfer tool" HOMEPAGE="http://udpcast.linux.lu/" @@ -18,7 +18,7 @@ src_unpack() { cd "${S}" sed -i \ - -e "s/^override LDFLAGS +=-s//" \ + -e "/^LDFLAGS +=-s/d" \ Makefile.in } |