diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-01 22:13:23 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-01 22:13:23 +0000 |
commit | 00235162548fce95a3e8c2ba445564b044d5f335 (patch) | |
tree | 48866842995502ec2fee6d8b21ad03c62f7f7a6f /dev-python/boto | |
parent | Marking coverage-3.5 ppc for bug 388311 (diff) | |
download | gentoo-2-00235162548fce95a3e8c2ba445564b044d5f335.tar.gz gentoo-2-00235162548fce95a3e8c2ba445564b044d5f335.tar.bz2 gentoo-2-00235162548fce95a3e8c2ba445564b044d5f335.zip |
Marking boto-2.0 ppc for bug 391437
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/boto/boto-2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index 439f6f826341..4ce2c3876cae 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/boto -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.35 2011/11/28 11:35:09 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.36 2012/02/01 22:13:23 ranger Exp $ + + 01 Feb 2012; Brent Baude <ranger@gentoo.org> boto-2.0.ebuild: + Marking boto-2.0 ppc for bug 391437 28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> boto-2.0.ebuild: x86 stable wrt bug #391437 diff --git a/dev-python/boto/boto-2.0.ebuild b/dev-python/boto/boto-2.0.ebuild index 27442a7907da..bce8209c34ef 100644 --- a/dev-python/boto/boto-2.0.ebuild +++ b/dev-python/boto/boto-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0.ebuild,v 1.3 2011/11/28 11:35:09 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0.ebuild,v 1.4 2012/02/01 22:13:23 ranger Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -15,7 +15,7 @@ SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc ~sparc x86 ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools" |