diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2006-03-09 02:22:33 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2006-03-09 02:22:33 +0000 |
commit | 1b08f6b5aebbb2e973b82ce25c201cdfe57854ef (patch) | |
tree | 2e4ee6a480418f36f3892f2e09aff4bbb5a4c4e0 /app-crypt | |
parent | Restrict stripping as mplayer-bin is already stripped from tarball. (diff) | |
download | gentoo-2-1b08f6b5aebbb2e973b82ce25c201cdfe57854ef.tar.gz gentoo-2-1b08f6b5aebbb2e973b82ce25c201cdfe57854ef.tar.bz2 gentoo-2-1b08f6b5aebbb2e973b82ce25c201cdfe57854ef.zip |
no strip
(Portage version: 2.1_pre5-r2)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/qca-tls/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/qca-tls/qca-tls-1.0-r3.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-crypt/qca-tls/ChangeLog b/app-crypt/qca-tls/ChangeLog index 61a6057fc571..43cd0d159779 100644 --- a/app-crypt/qca-tls/ChangeLog +++ b/app-crypt/qca-tls/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/qca-tls # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/ChangeLog,v 1.34 2006/02/13 10:50:15 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/ChangeLog,v 1.35 2006/03/09 02:22:33 humpback Exp $ + + 09 Mar 2006; Gustavo Felisberto <humpback@gentoo.org>; + qca-tls-1.0-r3.ebuild: + Another nostrip issue at request from Flameeyes *qca-tls-1.0-r3 (13 Feb 2006) diff --git a/app-crypt/qca-tls/qca-tls-1.0-r3.ebuild b/app-crypt/qca-tls/qca-tls-1.0-r3.ebuild index a1ad8243d268..3a6a8ebd8c47 100644 --- a/app-crypt/qca-tls/qca-tls-1.0-r3.ebuild +++ b/app-crypt/qca-tls/qca-tls-1.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/qca-tls-1.0-r3.ebuild,v 1.1 2006/02/13 10:50:15 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/qca-tls-1.0-r3.ebuild,v 1.2 2006/03/09 02:22:33 humpback Exp $ inherit eutils @@ -29,6 +29,7 @@ src_compile() { sed -i \ -e "/^CFLAGS/s:$: ${CFLAGS}:" \ -e "/^CXXFLAGS/s:$: ${CXXFLAGS}:" \ + -e "/-strip/d" \ Makefile emake || die "emake failed" } |