diff options
-rw-r--r-- | dev-python/boto/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/boto/boto-1.0a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index 79ae0f279fe9..b244381a1cd2 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/boto # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.1 2008/01/18 00:40:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.2 2008/03/14 12:16:38 caleb Exp $ + + 14 Mar 2008; Caleb Tennis <caleb@gentoo.org> boto-1.0a.ebuild: + amd64 stable *boto-1.0a (18 Jan 2008) diff --git a/dev-python/boto/boto-1.0a.ebuild b/dev-python/boto/boto-1.0a.ebuild index f3d6231cb12b..c16d050cdae5 100644 --- a/dev-python/boto/boto-1.0a.ebuild +++ b/dev-python/boto/boto-1.0a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.0a.ebuild,v 1.2 2008/01/18 03:05:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.0a.ebuild,v 1.3 2008/03/14 12:16:38 caleb Exp $ inherit distutils @@ -11,6 +11,6 @@ SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND=">=dev-lang/python-2.3" |