diff options
author | Markus Meier <maekke@gentoo.org> | 2009-04-27 19:29:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-04-27 19:29:32 +0000 |
commit | 1a9cfd3bf59ac1b0ec0bec5fb484ab91f90e0ba4 (patch) | |
tree | 994234ec2e87dc4dd58fb7ed6620aa5b5a66acaa /dev-python/boto | |
parent | amd64/x86 stable, bug #267336 (diff) | |
download | gentoo-2-1a9cfd3bf59ac1b0ec0bec5fb484ab91f90e0ba4.tar.gz gentoo-2-1a9cfd3bf59ac1b0ec0bec5fb484ab91f90e0ba4.tar.bz2 gentoo-2-1a9cfd3bf59ac1b0ec0bec5fb484ab91f90e0ba4.zip |
amd64/x86 stable, bug #267340
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/boto/boto-1.6b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index 40857bf8575b..87eb83430d5e 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/boto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.10 2009/04/26 19:10:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.11 2009/04/27 19:29:32 maekke Exp $ + + 27 Apr 2009; Markus Meier <maekke@gentoo.org> boto-1.6b.ebuild: + --strict amd64/x86 stable, bug #267340 26 Apr 2009; Brent Baude <ranger@gentoo.org> boto-1.6b.ebuild: stable ppc, bug 267340 diff --git a/dev-python/boto/boto-1.6b.ebuild b/dev-python/boto/boto-1.6b.ebuild index c4a50439d793..0fad88c8cbe1 100644 --- a/dev-python/boto/boto-1.6b.ebuild +++ b/dev-python/boto/boto-1.6b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.6b.ebuild,v 1.3 2009/04/26 19:10:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.6b.ebuild,v 1.4 2009/04/27 19:29:32 maekke Exp $ inherit distutils @@ -11,6 +11,6 @@ SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" DEPEND=">=dev-lang/python-2.3" |