diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-30 18:08:19 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-30 18:08:19 +0000 |
commit | a063666a3ff7c880408ffaa08264b755874b6a57 (patch) | |
tree | 775205989c6561e87dda433db4c7b792cac017cf /dev-python/PyQt4/PyQt4-4.8.2.ebuild | |
parent | Stable for SPARC (bug #290799). (diff) | |
download | gentoo-2-a063666a3ff7c880408ffaa08264b755874b6a57.tar.gz gentoo-2-a063666a3ff7c880408ffaa08264b755874b6a57.tar.bz2 gentoo-2-a063666a3ff7c880408ffaa08264b755874b6a57.zip |
Require x11-libs/qt-opengl[-egl] until bug #344513 is fixed.
(Portage version: 2.2.0_alpha10_p22/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt4/PyQt4-4.8.2.ebuild')
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQt4/PyQt4-4.8.2.ebuild b/dev-python/PyQt4/PyQt4-4.8.2.ebuild index 84366b58673c..89fa60325d8b 100644 --- a/dev-python/PyQt4/PyQt4-4.8.2.ebuild +++ b/dev-python/PyQt4/PyQt4-4.8.2.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.2 2010/12/25 15:01:17 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.2.ebuild,v 1.3 2010/12/30 18:08:19 arfrever Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -36,7 +36,7 @@ DEPEND=">=dev-python/sip-4.12 ) declarative? ( >=x11-libs/qt-declarative-${QT_VER}:4 ) multimedia? ( >=x11-libs/qt-multimedia-${QT_VER}:4 ) - opengl? ( >=x11-libs/qt-opengl-${QT_VER}:4 ) + opengl? ( >=x11-libs/qt-opengl-${QT_VER}:4 || ( >=x11-libs/qt-opengl-4.7.0:4[-egl] <x11-libs/qt-opengl-4.7.0:4 ) ) phonon? ( !kde? ( || ( >=x11-libs/qt-phonon-${QT_VER}:4 media-sound/phonon ) ) kde? ( media-sound/phonon ) |