summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2010-06-14 08:03:58 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2010-06-14 08:03:58 +0000
commit98aa27f02274a76829c6c913253073404b1b4f89 (patch)
tree6eeac050a79d2629de541f1438825ea89adbcd0f /dev-python/boto
parentx86 stable wrt bug #322433 (diff)
downloadgentoo-2-98aa27f02274a76829c6c913253073404b1b4f89.tar.gz
gentoo-2-98aa27f02274a76829c6c913253073404b1b4f89.tar.bz2
gentoo-2-98aa27f02274a76829c6c913253073404b1b4f89.zip
x86 stable wrt bug #322461
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-python/boto')
-rw-r--r--dev-python/boto/ChangeLog5
-rw-r--r--dev-python/boto/boto-1.8d.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog
index e4d805a2601a..c98c903684cd 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.20 2010/06/11 20:52:30 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.21 2010/06/14 08:03:58 phajdan.jr Exp $
+
+ 14 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> boto-1.8d.ebuild:
+ x86 stable wrt bug #322461
11 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
boto-1.9b.ebuild:
diff --git a/dev-python/boto/boto-1.8d.ebuild b/dev-python/boto/boto-1.8d.ebuild
index 53a6f3df4aad..bae3f17b4ae5 100644
--- a/dev-python/boto/boto-1.8d.ebuild
+++ b/dev-python/boto/boto-1.8d.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.8d.ebuild,v 1.2 2009/12/20 10:17:23 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.8d.ebuild,v 1.3 2010/06/14 08:03:58 phajdan.jr 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 ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc x86 ~x86-linux ~ppc-macos ~x86-macos"
DEPEND=">=dev-lang/python-2.3"