summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytables/pytables-2.3.1.ebuild')
-rw-r--r--dev-python/pytables/pytables-2.3.1.ebuild6
1 files changed, 3 insertions, 3 deletions
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}