summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2013-06-03 16:45:56 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2013-06-03 16:45:56 +0000
commit1f4df6b9f71ae6de5c1c61618e9b6e12cc49d548 (patch)
tree62b5bcc2799ed495130d3db36f5aa05c79aa6513 /dev-python/boto
parentKeyword amd64-linux and x86-linux (diff)
downloadgentoo-2-1f4df6b9f71ae6de5c1c61618e9b6e12cc49d548.tar.gz
gentoo-2-1f4df6b9f71ae6de5c1c61618e9b6e12cc49d548.tar.bz2
gentoo-2-1f4df6b9f71ae6de5c1c61618e9b6e12cc49d548.zip
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21938-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/boto')
-rw-r--r--dev-python/boto/ChangeLog5
-rw-r--r--dev-python/boto/boto-2.9.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog
index c6a12cde4635..f7bb3f1d96d9 100644
--- a/dev-python/boto/ChangeLog
+++ b/dev-python/boto/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/boto
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.61 2013/05/29 08:27:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.62 2013/06/03 16:45:56 bicatali Exp $
+
+ 03 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> boto-2.9.5.ebuild:
+ Keyword amd64-linux and x86-linux
*boto-2.9.5 (29 May 2013)
diff --git a/dev-python/boto/boto-2.9.5.ebuild b/dev-python/boto/boto-2.9.5.ebuild
index b67ddf505eba..f1f407fe5458 100644
--- a/dev-python/boto/boto-2.9.5.ebuild
+++ b/dev-python/boto/boto-2.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.9.5.ebuild,v 1.1 2013/05/29 08:27:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.9.5.ebuild,v 1.2 2013/06/03 16:45:56 bicatali Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]