diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 10:16:40 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 10:16:40 +0000 |
commit | 8d0bbe2f06b17d0be34c1015f4fc30091fa5e90e (patch) | |
tree | 6aa531ab1bd1fd890553e98e766d79d306e296f3 /dev-python/psycopg/psycopg-2.4.1.ebuild | |
parent | Restricting python some more (diff) | |
download | gentoo-2-8d0bbe2f06b17d0be34c1015f4fc30091fa5e90e.tar.gz gentoo-2-8d0bbe2f06b17d0be34c1015f4fc30091fa5e90e.tar.bz2 gentoo-2-8d0bbe2f06b17d0be34c1015f4fc30091fa5e90e.zip |
Restricting python
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/psycopg/psycopg-2.4.1.ebuild')
-rw-r--r-- | dev-python/psycopg/psycopg-2.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/psycopg/psycopg-2.4.1.ebuild b/dev-python/psycopg/psycopg-2.4.1.ebuild index c254980f626d..1baab43144b6 100644 --- a/dev-python/psycopg/psycopg-2.4.1.ebuild +++ b/dev-python/psycopg/psycopg-2.4.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.1.ebuild,v 1.7 2012/02/20 08:00:56 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.1.ebuild,v 1.8 2012/02/23 10:16:40 patrick Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*" +RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-* *-jython" inherit distutils eutils |