diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-02 17:03:41 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-02 17:03:41 +0000 |
commit | 5da074f28202732588163ff03a0ca5db7808cc18 (patch) | |
tree | 8d6eed4fd4f144f144e4d989cfcef37ffc0a7f7a /dev-python | |
parent | qscintilla-python no longer has a qt4 useflag (it is the only option now) (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.6.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 3d560b8edc8f..6c12278cddba 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.99 2010/01/02 15:43:09 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.100 2010/01/02 17:03:41 arfrever Exp $ + + 02 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + PyQt4-4.5.4-r4.ebuild, PyQt4-4.6.2.ebuild: + Only restrict Python 3.2. 02 Jan 2010; Ben de Groot <yngwin@gentoo.org> PyQt4-4.5.4-r4.ebuild, PyQt4-4.6.2.ebuild: 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}" diff --git a/dev-python/PyQt4/PyQt4-4.6.2.ebuild b/dev-python/PyQt4/PyQt4-4.6.2.ebuild index 733754ba35ea..784dcace311b 100644 --- a/dev-python/PyQt4/PyQt4-4.6.2.ebuild +++ b/dev-python/PyQt4/PyQt4-4.6.2.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.6.2.ebuild,v 1.3 2010/01/02 15:43:09 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.4 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.9 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}" |