diff options
author | Brent Baude <ranger@gentoo.org> | 2009-04-26 19:10:27 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-04-26 19:10:27 +0000 |
commit | 13fa309e9d6226bb976d176711ddb78be5dbb5fe (patch) | |
tree | 64e63dd78fb9342b069fb1591bcda3910c2e23a9 /dev-python | |
parent | stable ppc, bug 265791 (diff) | |
download | gentoo-2-13fa309e9d6226bb976d176711ddb78be5dbb5fe.tar.gz gentoo-2-13fa309e9d6226bb976d176711ddb78be5dbb5fe.tar.bz2 gentoo-2-13fa309e9d6226bb976d176711ddb78be5dbb5fe.zip |
stable ppc, bug 267340
(Portage version: 2.1.6.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-python')
-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 ddc2616d0486..40857bf8575b 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.9 2009/04/24 14:54:03 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.10 2009/04/26 19:10:27 ranger Exp $ + + 26 Apr 2009; Brent Baude <ranger@gentoo.org> boto-1.6b.ebuild: + stable ppc, bug 267340 *boto-1.7a (24 Apr 2009) diff --git a/dev-python/boto/boto-1.6b.ebuild b/dev-python/boto/boto-1.6b.ebuild index ef565acf981a..c4a50439d793 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.2 2009/04/17 19:02:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.6b.ebuild,v 1.3 2009/04/26 19:10:27 ranger 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" |