diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-16 08:19:27 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-16 08:19:27 +0000 |
commit | f935f576b5862bc1cf1a89c5cc663264eeb0506f (patch) | |
tree | 3788f7069237234f1716ea91608aad274e3ee47d /app-arch/p7zip | |
parent | Add ~x86-linux/~x64-macos/~x86-macos for bug 305355 (diff) | |
download | gentoo-2-f935f576b5862bc1cf1a89c5cc663264eeb0506f.tar.gz gentoo-2-f935f576b5862bc1cf1a89c5cc663264eeb0506f.tar.bz2 gentoo-2-f935f576b5862bc1cf1a89c5cc663264eeb0506f.zip |
Fix for correct symlinking, 305345
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'app-arch/p7zip')
-rw-r--r-- | app-arch/p7zip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/p7zip/p7zip-9.04.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/p7zip/ChangeLog b/app-arch/p7zip/ChangeLog index 9f46f435256f..cf50f4713c9d 100644 --- a/app-arch/p7zip/ChangeLog +++ b/app-arch/p7zip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/p7zip # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.113 2010/02/15 21:42:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.114 2010/02/16 08:19:27 jlec Exp $ + + 16 Feb 2010; Justin Lecher (jlec) <jlec@j-schmitz.net> p7zip-9.04.ebuild: + Fix for correct symlinking, 305345 *p7zip-9.04 (15 Feb 2010) diff --git a/app-arch/p7zip/p7zip-9.04.ebuild b/app-arch/p7zip/p7zip-9.04.ebuild index 668bb9165871..00948611f661 100644 --- a/app-arch/p7zip/p7zip-9.04.ebuild +++ b/app-arch/p7zip/p7zip-9.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.04.ebuild,v 1.1 2010/02/15 21:42:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.04.ebuild,v 1.2 2010/02/16 08:19:27 jlec Exp $ EAPI="2" WX_GTK_VER="2.8" @@ -45,7 +45,7 @@ src_prepare() { -e "/^CXX=/s:g++:$(tc-getCXX):" \ -e "/^CC=/s:gcc:$(tc-getCC):" \ -e "s:OPTFLAGS=-O:OPTFLAGS=${CXXFLAGS}:" \ - -e 's:-s ::' \ + -e '/ALLFLAGS/s:-s ::' \ makefile* || die "changing makefiles" if use amd64; then |