diff options
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} |