diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-11-26 16:34:00 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-11-26 16:34:00 +0000 |
commit | 96b3a70968d04c76cce3aff64337f188f8be7631 (patch) | |
tree | 050ca14f4906b9150971520c4ef81d4b6e74d175 /dev-python | |
parent | version bump. Thanks to Johan Bergström (diff) | |
download | gentoo-2-96b3a70968d04c76cce3aff64337f188f8be7631.tar.gz gentoo-2-96b3a70968d04c76cce3aff64337f188f8be7631.tar.bz2 gentoo-2-96b3a70968d04c76cce3aff64337f188f8be7631.zip |
Stable on amd64 wrt bug #391437
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/boto/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/boto/boto-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index 5af7f2a6d774..63743e261ef0 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.33 2011/11/09 22:17:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.34 2011/11/26 16:34:00 hwoarang Exp $ + + 26 Nov 2011; Markos Chandras <hwoarang@gentoo.org> boto-2.0.ebuild: + Stable on amd64 wrt bug #391437 *boto-2.1.1 (09 Nov 2011) diff --git a/dev-python/boto/boto-2.0.ebuild b/dev-python/boto/boto-2.0.ebuild index b3e962759fc2..8e60b04772fe 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 # 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.1 2011/07/20 05:31:43 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0.ebuild,v 1.2 2011/11/26 16:34:00 hwoarang 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" |