diff options
Diffstat (limited to 'dev-python/PyQt4/PyQt4-4.8.5.ebuild')
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.8.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/PyQt4/PyQt4-4.8.5.ebuild b/dev-python/PyQt4/PyQt4-4.8.5.ebuild index b4ed3ee84b3d..4bc052ff2787 100644 --- a/dev-python/PyQt4/PyQt4-4.8.5.ebuild +++ b/dev-python/PyQt4/PyQt4-4.8.5.ebuild @@ -1,12 +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/PyQt4/PyQt4-4.8.5.ebuild,v 1.2 2011/08/24 16:28:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.5.ebuild,v 1.3 2012/02/20 14:24:02 patrick Exp $ EAPI="3" PYTHON_DEPEND="*" PYTHON_EXPORT_PHASE_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-**" inherit python qt4-r2 toolchain-funcs |