diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-18 13:03:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-18 13:03:30 +0000 |
commit | 2194dcf1ad7769cf7833e1c07267a4618f82d2ae (patch) | |
tree | 4224ef8de18922011394773d69c613900bea1386 /dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5 | |
parent | Repeat after me: the next person using binchecks to sidestep QA tests will be... (diff) | |
download | gentoo-2-2194dcf1ad7769cf7833e1c07267a4618f82d2ae.tar.gz gentoo-2-2194dcf1ad7769cf7833e1c07267a4618f82d2ae.tar.bz2 gentoo-2-2194dcf1ad7769cf7833e1c07267a4618f82d2ae.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/scratchbox-toolchain-cs2005q3_2-glibc2_5')
-rw-r--r-- | dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog | 7 | ||||
-rw-r--r-- | dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog b/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog index 40bd21f069db..2c7ab88bd3da 100644 --- a/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog +++ b/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog,v 1.4 2010/01/18 05:45:23 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/ChangeLog,v 1.5 2010/01/18 13:03:30 flameeyes Exp $ + + 18 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> + scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.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-cs2005q3_2-glibc2_5-1.0.7.ebuild: diff --git a/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild b/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild index cc18cf8df9de..44926777c220 100644 --- a/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild +++ b/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-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-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild,v 1.4 2010/01/18 05:45:23 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5/scratchbox-toolchain-cs2005q3_2-glibc2_5-1.0.7.ebuild,v 1.5 2010/01/18 13:03:30 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*" |