summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-02 17:03:41 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-02 17:03:41 +0000
commit5da074f28202732588163ff03a0ca5db7808cc18 (patch)
tree8d6eed4fd4f144f144e4d989cfcef37ffc0a7f7a /dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild
parentqscintilla-python no longer has a qt4 useflag (it is the only option now) (diff)
downloadgentoo-2-5da074f28202732588163ff03a0ca5db7808cc18.tar.gz
gentoo-2-5da074f28202732588163ff03a0ca5db7808cc18.tar.bz2
gentoo-2-5da074f28202732588163ff03a0ca5db7808cc18.zip
Only restrict Python 3.2.
(Portage version: 15155-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild')
-rw-r--r--dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild b/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild
index 8dc77ac80200..ccc352cb9ac9 100644
--- a/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.10 2010/01/02 15:43:09 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.11 2010/01/02 17:03:41 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
inherit python qt4 toolchain-funcs
@@ -40,6 +39,7 @@ DEPEND="=dev-python/sip-4.8*
webkit? ( =x11-libs/qt-webkit-${QTVER}:4 )
xmlpatterns? ( =x11-libs/qt-xmlpatterns-${QTVER}:4 )"
RDEPEND="${DEPEND}"
+RESTRICT_PYTHON_ABIS="3.2"
S="${WORKDIR}/${MY_P}"