diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 00:15:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 00:15:43 +0000 |
commit | f9b00afb855e7b9adcf98b13cacd3c9a878b1e72 (patch) | |
tree | 950e06357db51e44bb09960ab5d12f6e06630768 /app-arch | |
parent | Don't strip binaries forcefully during install, leave to portage the job. (diff) | |
download | gentoo-2-f9b00afb855e7b9adcf98b13cacd3c9a878b1e72.tar.gz gentoo-2-f9b00afb855e7b9adcf98b13cacd3c9a878b1e72.tar.bz2 gentoo-2-f9b00afb855e7b9adcf98b13cacd3c9a878b1e72.zip |
Don't strip binary, leave to portage the job.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unrar/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/unrar/unrar-3.5.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/unrar/ChangeLog b/app-arch/unrar/ChangeLog index 39c45c196d98..d1c9c97d2bbb 100644 --- a/app-arch/unrar/ChangeLog +++ b/app-arch/unrar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unrar -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.52 2005/11/09 01:38:07 vapier Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.53 2006/03/09 00:15:43 flameeyes Exp $ + + 09 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> unrar-3.5.4.ebuild: + Don't strip binary, leave to portage the job. *unrar-3.5.4 (09 Nov 2005) diff --git a/app-arch/unrar/unrar-3.5.4.ebuild b/app-arch/unrar/unrar-3.5.4.ebuild index 85b80626951b..524485d53fd1 100644 --- a/app-arch/unrar/unrar-3.5.4.ebuild +++ b/app-arch/unrar/unrar-3.5.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.5.4.ebuild,v 1.1 2005/11/09 01:38:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.5.4.ebuild,v 1.2 2006/03/09 00:15:43 flameeyes Exp $ MY_PN=${PN}src DESCRIPTION="Uncompress rar files" @@ -17,7 +17,7 @@ DEPEND="!app-arch/unrar-gpl" S=${WORKDIR}/unrar src_compile() { - emake -f makefile.unix CXXFLAGS="$CXXFLAGS" || die "emake failed" + emake -f makefile.unix CXXFLAGS="$CXXFLAGS" STRIP="true" || die "emake failed" } src_install() { |