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 | cf9f076ba59dcdf4b917fb36da61f8263947ebdb (patch) | |
tree | 03a6be8898fd018d0381277297b95471cea6e06f /dev-embedded | |
parent | Restore strip/binchecks RESTRICT, it does NOT work without them, bug #296294 (diff) | |
download | gentoo-2-cf9f076ba59dcdf4b917fb36da61f8263947ebdb.tar.gz gentoo-2-cf9f076ba59dcdf4b917fb36da61f8263947ebdb.tar.bz2 gentoo-2-cf9f076ba59dcdf4b917fb36da61f8263947ebdb.zip |
Restore strip/binchecks RESTRICT, it does NOT work without them, bug #296294
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog | 7 | ||||
-rw-r--r-- | dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog b/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog index e208ef8e3170..3955d03a4299 100644 --- a/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog +++ b/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v 1.1 2010/01/17 18:36:02 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v 1.2 2010/01/18 05:46:18 tester Exp $ + + 18 Jan 2010; Olivier Crête <tester@gentoo.org> + scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild: + Restore strip/binchecks RESTRICT, it does NOT work without them, bug + #296294 *scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14 (17 Jan 2010) diff --git a/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild b/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild index 13b0846fdb3b..85ae34578784 100644 --- a/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild +++ b/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild @@ -1,6 +1,6 @@ # 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-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild,v 1.1 2010/01/17 18:36:02 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild,v 1.2 2010/01/18 05:46:18 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*" |