diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-22 19:05:45 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-22 19:05:45 +0000 |
commit | 083e9948232fc75e75c82609a6b84b06a93ab2fc (patch) | |
tree | 0713fac20dbdd8bdea09e191e12cec415a30ffba /dev-python/python-cluster | |
parent | Marking devhelp-2.32.0 ppc for bug 353436 (diff) | |
download | gentoo-2-083e9948232fc75e75c82609a6b84b06a93ab2fc.tar.gz gentoo-2-083e9948232fc75e75c82609a6b84b06a93ab2fc.tar.bz2 gentoo-2-083e9948232fc75e75c82609a6b84b06a93ab2fc.zip |
Stable on amd64 wrt bug #359827
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-cluster')
-rw-r--r-- | dev-python/python-cluster/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-cluster/python-cluster-1.1.1_beta3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/python-cluster/ChangeLog b/dev-python/python-cluster/ChangeLog index fec424913f5d..3da937949d92 100644 --- a/dev-python/python-cluster/ChangeLog +++ b/dev-python/python-cluster/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-cluster -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cluster/ChangeLog,v 1.1 2010/10/26 20:16:43 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cluster/ChangeLog,v 1.2 2011/03/22 19:05:45 angelos Exp $ + + 22 Mar 2011; Christoph Mende <angelos@gentoo.org> + python-cluster-1.1.1_beta3.ebuild: + Stable on amd64 wrt bug #359827 *python-cluster-1.1.1_beta3 (26 Oct 2010) diff --git a/dev-python/python-cluster/python-cluster-1.1.1_beta3.ebuild b/dev-python/python-cluster/python-cluster-1.1.1_beta3.ebuild index 5ecaba26799e..35ae24ae4f8c 100644 --- a/dev-python/python-cluster/python-cluster-1.1.1_beta3.ebuild +++ b/dev-python/python-cluster/python-cluster-1.1.1_beta3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.1.1_beta3.ebuild,v 1.1 2010/10/26 20:16:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cluster/python-cluster-1.1.1_beta3.ebuild,v 1.2 2011/03/22 19:05:45 angelos Exp $ EAPI=3 @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" S="${WORKDIR}/${MY_P}" |