diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 17:21:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 17:21:56 +0000 |
commit | 65014fc560baada96c89ec488aad57870a9905d6 (patch) | |
tree | 1cd5a5a27cf1ac7f55e50caa8d867e079391f9c1 /dev-python/six | |
parent | Stable for arm, wrt bug #469994 (diff) | |
download | gentoo-2-65014fc560baada96c89ec488aad57870a9905d6.tar.gz gentoo-2-65014fc560baada96c89ec488aad57870a9905d6.tar.bz2 gentoo-2-65014fc560baada96c89ec488aad57870a9905d6.zip |
Stable for arm, wrt bug #469994
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/six')
-rw-r--r-- | dev-python/six/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/six/six-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/six/ChangeLog b/dev-python/six/ChangeLog index aaf101c0455c..9575ed6105e6 100644 --- a/dev-python/six/ChangeLog +++ b/dev-python/six/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/six # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v 1.21 2013/05/20 12:50:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v 1.22 2013/05/20 17:21:56 ago Exp $ + + 20 May 2013; Agostino Sarubbo <ago@gentoo.org> six-1.3.0.ebuild: + Stable for arm, wrt bug #469994 20 May 2013; Agostino Sarubbo <ago@gentoo.org> six-1.3.0.ebuild: Stable for ppc, wrt bug #469994 diff --git a/dev-python/six/six-1.3.0.ebuild b/dev-python/six/six-1.3.0.ebuild index 3723eaf8727a..7fec61c7dbf8 100644 --- a/dev-python/six/six-1.3.0.ebuild +++ b/dev-python/six/six-1.3.0.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/six/six-1.3.0.ebuild,v 1.5 2013/05/20 12:50:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/six/six-1.3.0.ebuild,v 1.6 2013/05/20 17:21:56 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm hppa ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 arm hppa ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="doc test" DEPEND="doc? ( dev-python/sphinx ) |