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-devkit-apt-https | |
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-devkit-apt-https')
-rw-r--r-- | dev-embedded/scratchbox-devkit-apt-https/ChangeLog | 9 | ||||
-rw-r--r-- | dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild | 7 |
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="" |