diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-18 08:56:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-18 08:56:50 +0000 |
commit | bf3afb17025b9c2d63c829ba1af987f15fd8741d (patch) | |
tree | 4b9d5f079e6e0fe502cd4d3407abdc07345e739f /dev-embedded | |
parent | old (diff) | |
download | gentoo-2-bf3afb17025b9c2d63c829ba1af987f15fd8741d.tar.gz gentoo-2-bf3afb17025b9c2d63c829ba1af987f15fd8741d.tar.bz2 gentoo-2-bf3afb17025b9c2d63c829ba1af987f15fd8741d.zip |
Re-fix QA policy violation.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/scratchbox/ChangeLog | 7 | ||||
-rw-r--r-- | dev-embedded/scratchbox/scratchbox-1.0.11.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/scratchbox/scratchbox-1.0.16.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/scratchbox/scratchbox-1.0.17.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/dev-embedded/scratchbox/ChangeLog b/dev-embedded/scratchbox/ChangeLog index 824f63290c9b..a4043af8f994 100644 --- a/dev-embedded/scratchbox/ChangeLog +++ b/dev-embedded/scratchbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-embedded/scratchbox # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/ChangeLog,v 1.14 2010/01/18 05:41:31 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/ChangeLog,v 1.15 2010/01/18 08:56:50 flameeyes Exp $ + + 18 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> + scratchbox-1.0.11.ebuild, scratchbox-1.0.16.ebuild, + scratchbox-1.0.17.ebuild: + Re-fix QA policy violation. 18 Jan 2010; Olivier Crête <tester@gentoo.org> scratchbox-1.0.11.ebuild, scratchbox-1.0.16.ebuild, scratchbox-1.0.17.ebuild: diff --git a/dev-embedded/scratchbox/scratchbox-1.0.11.ebuild b/dev-embedded/scratchbox/scratchbox-1.0.11.ebuild index 34d3fb931fd3..528039fccfd0 100644 --- a/dev-embedded/scratchbox/scratchbox-1.0.11.ebuild +++ b/dev-embedded/scratchbox/scratchbox-1.0.11.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.11.ebuild,v 1.3 2010/01/18 05:41:31 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.11.ebuild,v 1.4 2010/01/18 08:56:50 flameeyes Exp $ inherit eutils @@ -17,7 +17,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" DEPEND="" RDEPEND="" diff --git a/dev-embedded/scratchbox/scratchbox-1.0.16.ebuild b/dev-embedded/scratchbox/scratchbox-1.0.16.ebuild index 1e4cbec6e8fe..5be85a12cfc1 100644 --- a/dev-embedded/scratchbox/scratchbox-1.0.16.ebuild +++ b/dev-embedded/scratchbox/scratchbox-1.0.16.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.16.ebuild,v 1.4 2010/01/18 05:41:31 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.16.ebuild,v 1.5 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="" 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="" |