diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-19 18:54:31 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-19 18:54:31 +0000 |
commit | a8dd84feb2aa9f32acee61bb101b2da5e27732ec (patch) | |
tree | ee70c8af8584fcca04923d62c32a1f33506da54a /dev-python/PyQt4 | |
parent | Filtered flag -mfpmath=sse,387 for gcc 4.4.x bug #349005 (diff) | |
download | gentoo-2-a8dd84feb2aa9f32acee61bb101b2da5e27732ec.tar.gz gentoo-2-a8dd84feb2aa9f32acee61bb101b2da5e27732ec.tar.bz2 gentoo-2-a8dd84feb2aa9f32acee61bb101b2da5e27732ec.zip |
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha9_p4/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.7.3.ebuild | 3 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.8.1.ebuild | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 94d8f592a80f..adb93270781a 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.136 2010/12/19 18:51:55 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.137 2010/12/19 18:54:31 arfrever Exp $ + + 19 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + PyQt4-4.7.3.ebuild, PyQt4-4.7.7-r1.ebuild, PyQt4-4.8.1.ebuild: + Restrict Jython ABIs. 19 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -files/PyQt4-4.5.4-qgraphicslinearlayout-fix.patch, diff --git a/dev-python/PyQt4/PyQt4-4.7.3.ebuild b/dev-python/PyQt4/PyQt4-4.7.3.ebuild index 86879034d276..a9e0ffffea48 100644 --- a/dev-python/PyQt4/PyQt4-4.7.3.ebuild +++ b/dev-python/PyQt4/PyQt4-4.7.3.ebuild @@ -1,10 +1,11 @@ # 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.7.3.ebuild,v 1.11 2010/11/06 17:32:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.3.ebuild,v 1.12 2010/12/19 18:54:31 arfrever Exp $ EAPI="2" PYTHON_EXPORT_PHASE_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="*-jython" inherit qt4-r2 python toolchain-funcs diff --git a/dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild b/dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild index 1729f7e54bec..276b778910fe 100644 --- a/dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild @@ -1,11 +1,12 @@ # 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.7.7-r1.ebuild,v 1.2 2010/11/06 17:32:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild,v 1.3 2010/12/19 18:54:31 arfrever Exp $ EAPI="3" PYTHON_DEPEND="*" PYTHON_EXPORT_PHASE_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="*-jython" inherit qt4-r2 python toolchain-funcs diff --git a/dev-python/PyQt4/PyQt4-4.8.1.ebuild b/dev-python/PyQt4/PyQt4-4.8.1.ebuild index 733ccab2cac2..dfa0dab4a28e 100644 --- a/dev-python/PyQt4/PyQt4-4.8.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.8.1.ebuild @@ -1,11 +1,12 @@ # 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.8.1.ebuild,v 1.3 2010/11/07 14:17:15 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild,v 1.4 2010/12/19 18:54:31 arfrever Exp $ EAPI="3" PYTHON_DEPEND="*" PYTHON_EXPORT_PHASE_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="*-jython" inherit python qt4-r2 toolchain-funcs |