diff options
Diffstat (limited to 'dev-embedded')
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-embedded/scratchbox-devkit-cputransp/ChangeLog b/dev-embedded/scratchbox-devkit-cputransp/ChangeLog index fb4f898a5283..b2369a9a2415 100644 --- a/dev-embedded/scratchbox-devkit-cputransp/ChangeLog +++ b/dev-embedded/scratchbox-devkit-cputransp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-embedded/scratchbox-devkit-cputransp # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-cputransp/ChangeLog,v 1.5 2010/01/18 05:42:17 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-cputransp/ChangeLog,v 1.6 2010/01/18 13:01:12 flameeyes Exp $ + + 18 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> + scratchbox-devkit-cputransp-1.0.7.ebuild, + scratchbox-devkit-cputransp-1.0.9.ebuild: + Repeat after me: the next person using binchecks to sidestep QA tests will + be asked to refrain from ever committing to the tree. 18 Jan 2010; Olivier Crête <tester@gentoo.org> scratchbox-devkit-cputransp-1.0.7.ebuild, diff --git a/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.7.ebuild b/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.7.ebuild index 07e5e95b290d..01c260c76e1e 100644 --- a/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.7.ebuild +++ b/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.7.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-devkit-cputransp/scratchbox-devkit-cputransp-1.0.7.ebuild,v 1.3 2010/01/18 05:42:17 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.7.ebuild,v 1.4 2010/01/18 13:01:12 flameeyes Exp $ SBOX_GROUP="sbox" @@ -13,7 +13,7 @@ KEYWORDS="~x86" IUSE="" # Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294) -RESTRICT="strip binchecks" +RESTRICT="strip" RDEPEND="=dev-embedded/scratchbox-1.0*" RDEPEND="" diff --git a/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.9.ebuild b/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.9.ebuild index 30ba8d03d63a..9e5e1632f9c4 100644 --- a/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.9.ebuild +++ b/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.9.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-devkit-cputransp/scratchbox-devkit-cputransp-1.0.9.ebuild,v 1.4 2010/01/18 05:42:17 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.9.ebuild,v 1.5 2010/01/18 13:01:12 flameeyes Exp $ SBOX_GROUP="sbox" @@ -13,7 +13,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" RDEPEND="=dev-embedded/scratchbox-1.0*" RDEPEND="" |