summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2010-01-18 05:41:54 +0000
committerOlivier Crête <tester@gentoo.org>2010-01-18 05:41:54 +0000
commite11d402508b7a3a25a4878c019fb03129b62b0d4 (patch)
treeb3488664c03d6c8bf52ac14e5f3a5136a2951069 /dev-embedded
parentRestore strip/binchecks RESTRICT, it does NOT work without them, bug #296294 (diff)
downloadgentoo-2-e11d402508b7a3a25a4878c019fb03129b62b0d4.tar.gz
gentoo-2-e11d402508b7a3a25a4878c019fb03129b62b0d4.tar.bz2
gentoo-2-e11d402508b7a3a25a4878c019fb03129b62b0d4.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-devkit-apt-https/ChangeLog9
-rw-r--r--dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild7
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-embedded/scratchbox-devkit-apt-https/ChangeLog b/dev-embedded/scratchbox-devkit-apt-https/ChangeLog
index 3e9c251ac2fe..3b6068d20f3e 100644
--- a/dev-embedded/scratchbox-devkit-apt-https/ChangeLog
+++ b/dev-embedded/scratchbox-devkit-apt-https/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-embedded/scratchbox-devkit-apt-https
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-apt-https/ChangeLog,v 1.4 2009/11/30 11:05:22 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-apt-https/ChangeLog,v 1.5 2010/01/18 05:41:54 tester Exp $
+
+ 18 Jan 2010; Olivier Crête <tester@gentoo.org>
+ scratchbox-devkit-apt-https-1.0.10.ebuild:
+ Restore strip/binchecks RESTRICT, it does NOT work without them, bug
+ #296294
30 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org>
scratchbox-devkit-apt-https-1.0.10.ebuild:
diff --git a/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild
index 5717e111d18e..339cb22acd79 100644
--- a/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild
+++ b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.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-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild,v 1.3 2009/11/30 11:05:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild,v 1.4 2010/01/18 05:41:54 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=""