diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 01:41:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 01:41:30 +0000 |
commit | 4575ccc121105de1b25e2e12788dd3a8540d2f31 (patch) | |
tree | 923a3ad92fb5fe397f014b68300018433ca71352 /app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild | |
parent | Stable on alpha wrt sec bug #123038 (diff) | |
download | gentoo-2-4575ccc121105de1b25e2e12788dd3a8540d2f31.tar.gz gentoo-2-4575ccc121105de1b25e2e12788dd3a8540d2f31.tar.bz2 gentoo-2-4575ccc121105de1b25e2e12788dd3a8540d2f31.zip |
Add strip restriction, as the binaries are already stripped.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild')
-rw-r--r-- | app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild index 9811314ebbfd..81b681978076 100644 --- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild +++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.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-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild,v 1.2 2006/01/05 21:57:10 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild,v 1.3 2006/03/09 01:41:30 flameeyes Exp $ DESCRIPTION="Sound libraries for emulation of 32bit x86 on amd64" HOMEPAGE="http://www.gentoo.org/" @@ -17,6 +17,8 @@ RDEPEND=">=app-emulation/emul-linux-x86-baselibs-2.0 S=${WORKDIR} +RESTRICT="strip" + src_install() { cp -RPvf ${WORKDIR}/* ${D}/ } |