diff options
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.8.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 492d7a320673..54eb128743f8 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.138 2010/12/24 16:44:52 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.139 2010/12/25 15:01:17 arfrever Exp $ + + 25 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + PyQt4-4.8.2.ebuild: + Fix dependencies (bug #349672). *PyQt4-4.8.2 (24 Dec 2010) diff --git a/dev-python/PyQt4/PyQt4-4.8.2.ebuild b/dev-python/PyQt4/PyQt4-4.8.2.ebuild index 31a63818cee3..84366b58673c 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.1 2010/12/24 16:44:52 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.2.ebuild,v 1.2 2010/12/25 15:01:17 arfrever Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -24,7 +24,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="X assistant +dbus debug declarative doc examples kde multimedia opengl phonon sql svg webkit xmlpatterns" -DEPEND=">=dev-python/sip-4.11.2 +DEPEND=">=dev-python/sip-4.12 >=x11-libs/qt-core-${QT_VER}:4 >=x11-libs/qt-script-${QT_VER}:4 >=x11-libs/qt-test-${QT_VER}:4 |