diff options
Diffstat (limited to 'dev-embedded/scratchbox/scratchbox-1.0.17.ebuild')
-rw-r--r-- | dev-embedded/scratchbox/scratchbox-1.0.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/scratchbox/scratchbox-1.0.17.ebuild b/dev-embedded/scratchbox/scratchbox-1.0.17.ebuild index 9beafa9b8552..89739e6dca04 100644 --- a/dev-embedded/scratchbox/scratchbox-1.0.17.ebuild +++ b/dev-embedded/scratchbox/scratchbox-1.0.17.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/scratchbox-1.0.17.ebuild,v 1.2 2010/01/18 05:41:30 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.17.ebuild,v 1.3 2010/01/18 08:56:50 flameeyes Exp $ inherit eutils @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" # Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294) -RESTRICT="strip binchecks" +RESTRICT="strip" DEPEND="" RDEPEND="" |