summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2010-01-18 05:46:18 +0000
committerOlivier Crête <tester@gentoo.org>2010-01-18 05:46:18 +0000
commit65393dfd4547a2f60c75382ebb7da87d471a1d66 (patch)
tree2c1682c6893dac549cc4cd3962d63dfdb16ec24f /dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild
parentDisable support for USE=-opengl #298529 by Diego E. Pettenò. (diff)
downloadhistorical-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-devkit-svn/scratchbox-devkit-svn-1.0.ebuild')
-rw-r--r--dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild b/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild
index 197a7372aa99..f0a82ccdcb63 100644
--- a/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild
+++ b/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.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-svn/scratchbox-devkit-svn-1.0.ebuild,v 1.3 2009/11/30 11:07:39 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild,v 1.4 2010/01/18 05:44:58 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=""