diff options
author | Olivier Crête <tester@gentoo.org> | 2010-01-18 05:46:18 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2010-01-18 05:46:18 +0000 |
commit | 65393dfd4547a2f60c75382ebb7da87d471a1d66 (patch) | |
tree | 2c1682c6893dac549cc4cd3962d63dfdb16ec24f /dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5 | |
parent | Disable support for USE=-opengl #298529 by Diego E. Pettenò. (diff) | |
download | historical-65393dfd4547a2f60c75382ebb7da87d471a1d66.tar.gz historical-65393dfd4547a2f60c75382ebb7da87d471a1d66.tar.bz2 historical-65393dfd4547a2f60c75382ebb7da87d471a1d66.zip |
Restore strip/binchecks RESTRICT, it does NOT work without them, bug #296294
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5')
-rw-r--r-- | dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog | 9 | ||||
-rw-r--r-- | dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild | 7 |
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog b/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog index 2c495c8d8381..40bd21f069db 100644 --- a/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog +++ b/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog,v 1.3 2009/11/30 11:07:55 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog,v 1.4 2010/01/18 05:45:23 tester Exp $ + + 18 Jan 2010; Olivier Crête <tester@gentoo.org> + scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild: + Restore strip/binchecks RESTRICT, it does NOT work without them, bug + #296294 30 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild: diff --git a/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild b/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild index 074f4d7d26a0..cc18cf8df9de 100644 --- a/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild +++ b/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild,v 1.3 2009/11/30 11:07:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild,v 1.4 2010/01/18 05:45:23 tester Exp $ SBOX_GROUP="sbox" @@ -16,6 +16,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +# Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294) +RESTRICT="strip binchecks" + DEPEND="" RDEPEND="=dev-embedded/scratchbox-1.0*" |