diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 02:45:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 02:45:07 +0000 |
commit | 466971abca800faa2b307cfbdb38a109de818a5b (patch) | |
tree | e373ef35943616c23403dcbf07c33bf919cffc2c /media-libs/win32codecs | |
parent | no strip (diff) | |
download | gentoo-2-466971abca800faa2b307cfbdb38a109de818a5b.tar.gz gentoo-2-466971abca800faa2b307cfbdb38a109de818a5b.tar.bz2 gentoo-2-466971abca800faa2b307cfbdb38a109de818a5b.zip |
Restrict striping, as the package is binary.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-libs/win32codecs')
-rw-r--r-- | media-libs/win32codecs/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/win32codecs/win32codecs-20050412.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-libs/win32codecs/ChangeLog b/media-libs/win32codecs/ChangeLog index deb1aaa4c2e8..50998e560ec8 100644 --- a/media-libs/win32codecs/ChangeLog +++ b/media-libs/win32codecs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/win32codecs -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/ChangeLog,v 1.31 2005/11/29 12:24:16 flameeyes Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/ChangeLog,v 1.32 2006/03/09 02:45:07 flameeyes Exp $ + + 09 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> + win32codecs-20050412.ebuild: + Restrict striping, as the package is binary. 07 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> win32codecs-20050216.ebuild, win32codecs-20050412.ebuild: diff --git a/media-libs/win32codecs/win32codecs-20050412.ebuild b/media-libs/win32codecs/win32codecs-20050412.ebuild index 9e30bed17bae..3c6539f509bf 100644 --- a/media-libs/win32codecs/win32codecs-20050412.ebuild +++ b/media-libs/win32codecs/win32codecs-20050412.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/media-libs/win32codecs/win32codecs-20050412.ebuild,v 1.4 2005/11/07 09:45:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-20050412.ebuild,v 1.5 2006/03/09 02:45:07 flameeyes Exp $ inherit multilib @@ -14,6 +14,8 @@ IUSE="quicktime real" S=${WORKDIR}/all-${PV} +RESTRICT="nostrip" + pkg_setup() { # This is a binary x86 package => ABI=x86 # Please keep this in future versions |