diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-09 07:18:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-09 07:18:01 +0000 |
commit | 1592b09ca20fc181730c65dc7de487dbd0203586 (patch) | |
tree | 21573a8294b6efd0883a8c74d3079520e8b633a1 /dev-python | |
parent | Stable for x86, wrt bug #551134 (diff) | |
download | gentoo-2-1592b09ca20fc181730c65dc7de487dbd0203586.tar.gz gentoo-2-1592b09ca20fc181730c65dc7de487dbd0203586.tar.bz2 gentoo-2-1592b09ca20fc181730c65dc7de487dbd0203586.zip |
Stable for x86, wrt bug #551140
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-cluster/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-cluster/python-cluster-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-cluster/ChangeLog b/dev-python/python-cluster/ChangeLog index 1cb7d622139e..e10c96cdcdbc 100644 --- a/dev-python/python-cluster/ChangeLog +++ b/dev-python/python-cluster/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-cluster # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cluster/ChangeLog,v 1.9 2015/06/08 14:08:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cluster/ChangeLog,v 1.10 2015/06/09 07:18:01 ago Exp $ + + 09 Jun 2015; Agostino Sarubbo <ago@gentoo.org> python-cluster-1.2.2.ebuild: + Stable for x86, wrt bug #551140 08 Jun 2015; Agostino Sarubbo <ago@gentoo.org> python-cluster-1.2.2.ebuild: Stable for amd64, wrt bug #551140 diff --git a/dev-python/python-cluster/python-cluster-1.2.2.ebuild b/dev-python/python-cluster/python-cluster-1.2.2.ebuild index 424f243ab863..ed36755c6c6f 100644 --- a/dev-python/python-cluster/python-cluster-1.2.2.ebuild +++ b/dev-python/python-cluster/python-cluster-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cluster/python-cluster-1.2.2.ebuild,v 1.2 2015/06/08 14:08:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cluster/python-cluster-1.2.2.ebuild,v 1.3 2015/06/09 07:18:01 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/c/cluster/cluster-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" S="${WORKDIR}/cluster-${PV}" |