diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-18 13:04:04 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-18 13:04:04 +0000 |
commit | c62a4fc3453c2ff28a786b1552f9ba481a1355a9 (patch) | |
tree | b2b6683ce92a08551f255f6cff8be070bcfde61f /dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild | |
parent | Bump to apply security fix (bug #281956). (diff) | |
download | historical-c62a4fc3453c2ff28a786b1552f9ba481a1355a9.tar.gz historical-c62a4fc3453c2ff28a786b1552f9ba481a1355a9.tar.bz2 historical-c62a4fc3453c2ff28a786b1552f9ba481a1355a9.zip |
Repeat after me: the next person using binchecks to sidestep QA tests will be asked to refrain from ever committing to the tree.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild')
-rw-r--r-- | dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild b/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild index 0d3567628207..038cb8e63549 100644 --- a/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild +++ b/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.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-perl/scratchbox-devkit-perl-1.0.4.ebuild,v 1.4 2010/01/18 05:44:14 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild,v 1.5 2010/01/18 13:02:39 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*" DEPEND="" |