diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 06:48:25 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 06:48:25 +0000 |
commit | df90315a4e9c7dffeb184063b080a64f81db77b3 (patch) | |
tree | 0f679000c98d503adc764904f124a01bd89f1de9 /dev-python/pytables | |
parent | Remove old. (diff) | |
download | gentoo-2-df90315a4e9c7dffeb184063b080a64f81db77b3.tar.gz gentoo-2-df90315a4e9c7dffeb184063b080a64f81db77b3.tar.bz2 gentoo-2-df90315a4e9c7dffeb184063b080a64f81db77b3.zip |
Restricting pypy and jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pytables')
-rw-r--r-- | dev-python/pytables/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pytables/pytables-2.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog index 04074486d67c..1ce1305dafd0 100644 --- a/dev-python/pytables/ChangeLog +++ b/dev-python/pytables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pytables -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.40 2011/11/28 20:09:23 hwoarang Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.41 2012/02/23 06:48:25 patrick Exp $ + + 23 Feb 2012; Patrick Lauer <patrick@gentoo.org> pytables-2.3.1.ebuild: + Restricting pypy and jython 28 Nov 2011; Markos Chandras <hwoarang@gentoo.org> pytables-2.3.1.ebuild: Don't inherit unused eclass. Patch by Arfrever. diff --git a/dev-python/pytables/pytables-2.3.1.ebuild b/dev-python/pytables/pytables-2.3.1.ebuild index 569e7f086594..9b601b654c76 100644 --- a/dev-python/pytables/pytables-2.3.1.ebuild +++ b/dev-python/pytables/pytables-2.3.1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2011 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/pytables/pytables-2.3.1.ebuild,v 1.2 2011/11/28 20:09:23 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.3.1.ebuild,v 1.3 2012/02/23 06:48:25 patrick Exp $ EAPI=4 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" MY_PN=tables MY_P=${MY_PN}-${PV} @@ -30,7 +31,6 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/cython" -RESTRICT_PYTHON_ABIS="3.*" S=${WORKDIR}/${MY_P} |