diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-11-30 11:05:04 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-11-30 11:05:04 +0000 |
commit | 4be29836c365b27eb2e52eb5e004eb0a3355bdcb (patch) | |
tree | bcc8fc3eb0ad0aa3eac60d9c05b512bdc72203bc /dev-embedded | |
parent | amd64 stable, bug #294573 (diff) | |
download | gentoo-2-4be29836c365b27eb2e52eb5e004eb0a3355bdcb.tar.gz gentoo-2-4be29836c365b27eb2e52eb5e004eb0a3355bdcb.tar.bz2 gentoo-2-4be29836c365b27eb2e52eb5e004eb0a3355bdcb.zip |
Remove wrongly-set restricts.
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/scratchbox/ChangeLog | 6 | ||||
-rw-r--r-- | dev-embedded/scratchbox/scratchbox-1.0.11.ebuild | 3 | ||||
-rw-r--r-- | dev-embedded/scratchbox/scratchbox-1.0.16.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/dev-embedded/scratchbox/ChangeLog b/dev-embedded/scratchbox/ChangeLog index 6510e42e1a5e..ebf952237500 100644 --- a/dev-embedded/scratchbox/ChangeLog +++ b/dev-embedded/scratchbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-embedded/scratchbox # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/ChangeLog,v 1.11 2009/11/21 14:28:28 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/ChangeLog,v 1.12 2009/11/30 11:05:04 flameeyes Exp $ + + 30 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> + scratchbox-1.0.11.ebuild, scratchbox-1.0.16.ebuild: + Remove wrongly-set restricts. 21 Nov 2009; Dominik Kapusta <ayoy@gentoo.org> scratchbox-1.0.16.ebuild: Keywording for amd64 diff --git a/dev-embedded/scratchbox/scratchbox-1.0.11.ebuild b/dev-embedded/scratchbox/scratchbox-1.0.11.ebuild index cf859858cb4a..2f579ea75d10 100644 --- a/dev-embedded/scratchbox/scratchbox-1.0.11.ebuild +++ b/dev-embedded/scratchbox/scratchbox-1.0.11.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2009 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.1 2009/05/06 19:33:30 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.11.ebuild,v 1.2 2009/11/30 11:05:04 flameeyes Exp $ inherit eutils SBOX_GROUP="sbox" -RESTRICT="strip binchecks" DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier." HOMEPAGE="http://www.scratchbox.org/" diff --git a/dev-embedded/scratchbox/scratchbox-1.0.16.ebuild b/dev-embedded/scratchbox/scratchbox-1.0.16.ebuild index adc9df2d2e65..fcc273c3befe 100644 --- a/dev-embedded/scratchbox/scratchbox-1.0.16.ebuild +++ b/dev-embedded/scratchbox/scratchbox-1.0.16.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2009 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.2 2009/11/21 14:28:28 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.16.ebuild,v 1.3 2009/11/30 11:05:04 flameeyes Exp $ inherit eutils SBOX_GROUP="sbox" -RESTRICT="strip binchecks" DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier." HOMEPAGE="http://www.scratchbox.org/" |