diff options
author | Olivier Crête <tester@gentoo.org> | 2010-01-18 05:43:29 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2010-01-18 05:43:29 +0000 |
commit | 0c93a9abd375e37126ce23a4d37ab7c976e031bf (patch) | |
tree | 4240a8564496e2504e6ef445f14db84abd59256d /dev-embedded/scratchbox-devkit-git | |
parent | Restore strip/binchecks RESTRICT, it does NOT work without them, bug #296294 (diff) | |
download | gentoo-2-0c93a9abd375e37126ce23a4d37ab7c976e031bf.tar.gz gentoo-2-0c93a9abd375e37126ce23a4d37ab7c976e031bf.tar.bz2 gentoo-2-0c93a9abd375e37126ce23a4d37ab7c976e031bf.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/scratchbox-devkit-git')
-rw-r--r-- | dev-embedded/scratchbox-devkit-git/ChangeLog | 9 | ||||
-rw-r--r-- | dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.1.ebuild | 7 |
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-embedded/scratchbox-devkit-git/ChangeLog b/dev-embedded/scratchbox-devkit-git/ChangeLog index 9c79263b3960..1d3690a30958 100644 --- a/dev-embedded/scratchbox-devkit-git/ChangeLog +++ b/dev-embedded/scratchbox-devkit-git/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-embedded/scratchbox-devkit-git -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-git/ChangeLog,v 1.3 2009/11/30 11:06:32 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-git/ChangeLog,v 1.4 2010/01/18 05:43:29 tester Exp $ + + 18 Jan 2010; Olivier Crête <tester@gentoo.org> + scratchbox-devkit-git-1.0.1.ebuild: + Restore strip/binchecks RESTRICT, it does NOT work without them, bug + #296294 30 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> scratchbox-devkit-git-1.0.1.ebuild: diff --git a/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.1.ebuild b/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.1.ebuild index 3f3e459ba069..3795db46b4b9 100644 --- a/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.1.ebuild +++ b/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.1.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-devkit-git/scratchbox-devkit-git-1.0.1.ebuild,v 1.3 2009/11/30 11:06:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.1.ebuild,v 1.4 2010/01/18 05:43:29 tester Exp $ SBOX_GROUP="sbox" @@ -12,6 +12,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" + RDEPEND="=dev-embedded/scratchbox-1.0*" DEPEND="" |