diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-04 05:28:26 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-04 05:28:26 +0000 |
commit | 489c82dd17591ddd3e6535592af2c819a381290b (patch) | |
tree | a81083b2ca52b43bc51ec27c19f54e73a777429b /net-dialup/xc | |
parent | Drop old revisions (diff) | |
download | gentoo-2-489c82dd17591ddd3e6535592af2c819a381290b.tar.gz gentoo-2-489c82dd17591ddd3e6535592af2c819a381290b.tar.bz2 gentoo-2-489c82dd17591ddd3e6535592af2c819a381290b.zip |
Remove unnecessary binary striping, wrt bug #460112. Thanks to Agostino Sarubbo for discovering this issue
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup/xc')
-rw-r--r-- | net-dialup/xc/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r3.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-dialup/xc/ChangeLog b/net-dialup/xc/ChangeLog index 0bd359e64ef8..356d349e1ac5 100644 --- a/net-dialup/xc/ChangeLog +++ b/net-dialup/xc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/xc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.32 2013/03/04 05:09:52 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.33 2013/03/04 05:28:26 pinkbyte Exp $ + + 04 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> xc-4.3.2-r3.ebuild: + Remove unnecessary binary striping, wrt bug #460112. Thanks to Agostino + Sarubbo for discovering this issue 04 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> -xc-4.3.2-r1.ebuild, -xc-4.3.2-r2.ebuild: diff --git a/net-dialup/xc/xc-4.3.2-r3.ebuild b/net-dialup/xc/xc-4.3.2-r3.ebuild index 930da9d1d276..8cd3417cbd8b 100644 --- a/net-dialup/xc/xc-4.3.2-r3.ebuild +++ b/net-dialup/xc/xc-4.3.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.8 2013/03/03 16:14:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.9 2013/03/04 05:28:26 pinkbyte Exp $ EAPI=5 @@ -26,6 +26,7 @@ src_prepare() { sed -i \ -e "/^libdir/s:/lib/:/$(get_libdir)/:" \ + -e "/strip/d" \ Makefile || die # bug 459796 append-libs "$($(tc-getPKG_CONFIG) --libs ncurses)" |