diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 09:15:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 09:15:51 +0000 |
commit | ead0a3c4343bd3382358f3cf944022a3f69fda57 (patch) | |
tree | 51a6d11423117a6500940e59ca3048da1fc98ac7 /dev-python/hcluster | |
parent | Restricting python (diff) | |
download | historical-ead0a3c4343bd3382358f3cf944022a3f69fda57.tar.gz historical-ead0a3c4343bd3382358f3cf944022a3f69fda57.tar.bz2 historical-ead0a3c4343bd3382358f3cf944022a3f69fda57.zip |
Restricting python
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'dev-python/hcluster')
-rw-r--r-- | dev-python/hcluster/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/hcluster/hcluster-0.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/hcluster/ChangeLog b/dev-python/hcluster/ChangeLog index 03775ac025a1..727164053875 100644 --- a/dev-python/hcluster/ChangeLog +++ b/dev-python/hcluster/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/hcluster -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/ChangeLog,v 1.3 2010/07/22 16:32:46 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/ChangeLog,v 1.4 2012/02/23 09:08:34 patrick Exp $ + + 23 Feb 2012; Patrick Lauer <patrick@gentoo.org> hcluster-0.2.0.ebuild: + Restricting python 22 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> hcluster-0.2.0.ebuild: diff --git a/dev-python/hcluster/hcluster-0.2.0.ebuild b/dev-python/hcluster/hcluster-0.2.0.ebuild index b5b60cd555df..6f30b22ae47f 100644 --- a/dev-python/hcluster/hcluster-0.2.0.ebuild +++ b/dev-python/hcluster/hcluster-0.2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/hcluster-0.2.0.ebuild,v 1.2 2010/07/22 16:32:46 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/hcluster-0.2.0.ebuild,v 1.3 2012/02/23 09:08:34 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit distutils |