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 | ac2b67ffd0f073e42ea680555699445a5f4f78f6 (patch) | |
tree | eeab377f8098046b4a72102a22f898412b729887 /dev-embedded | |
parent | Repeat after me: the next person using binchecks to sidestep QA tests will be... (diff) | |
download | gentoo-2-ac2b67ffd0f073e42ea680555699445a5f4f78f6.tar.gz gentoo-2-ac2b67ffd0f073e42ea680555699445a5f4f78f6.tar.bz2 gentoo-2-ac2b67ffd0f073e42ea680555699445a5f4f78f6.zip |
Repeat after me: the next person using binchecks to sidestep QA tests will be asked to refrain from ever committing to the tree.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog | 7 | ||||
-rw-r--r-- | dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog b/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog index 3955d03a4299..24cae4108077 100644 --- a/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog +++ b/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v 1.2 2010/01/18 05:46:18 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v 1.3 2010/01/18 13:04:04 flameeyes Exp $ + + 18 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> + scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.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-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild: diff --git a/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild b/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild index 85ae34578784..63c8fac18cea 100644 --- a/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild +++ b/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.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-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild,v 1.2 2010/01/18 05:46:18 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild,v 1.3 2010/01/18 13:04:04 flameeyes Exp $ SBOX_GROUP="sbox" @@ -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="=dev-embedded/scratchbox-1.0*" |