diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-17 09:01:08 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-17 09:01:08 +0000 |
commit | b24b298d96409df478c316e9ec1760c89a54c2af (patch) | |
tree | a89ac1b74909ac161b970e4b4fb5b83bf9a988b5 /dev-python/boto | |
parent | Removed old versions. (diff) | |
download | gentoo-2-b24b298d96409df478c316e9ec1760c89a54c2af.tar.gz gentoo-2-b24b298d96409df478c316e9ec1760c89a54c2af.tar.bz2 gentoo-2-b24b298d96409df478c316e9ec1760c89a54c2af.zip |
stable x86, bug 326815
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/boto/boto-1.9b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index 294574965e54..d4faf88673d0 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/boto # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.23 2010/07/04 22:24:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.24 2010/07/17 09:01:08 fauli Exp $ + + 17 Jul 2010; Christian Faulhammer <fauli@gentoo.org> boto-1.9b.ebuild: + stable x86, bug 326815 04 Jul 2010; Markos Chandras <hwoarang@gentoo.org> boto-1.9b.ebuild: Stable on amd64 wrt bug #326815 diff --git a/dev-python/boto/boto-1.9b.ebuild b/dev-python/boto/boto-1.9b.ebuild index f8f79ad709bc..e4e08519855f 100644 --- a/dev-python/boto/boto-1.9b.ebuild +++ b/dev-python/boto/boto-1.9b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.4 2010/07/04 22:24:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.5 2010/07/17 09:01:08 fauli 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 ~x86 ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools" |