diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-25 13:05:29 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-25 13:05:29 +0000 |
commit | c94feba107be9e7385e4c5b32aa7242f087ae733 (patch) | |
tree | f3c4777abdd4cb848ddf6445830e7961f4e885cc /dev-python | |
parent | package.mask dev-python/PyQt-4.4.2, needs Qt 4.4.0 which is package.mask'ed, ... (diff) | |
download | gentoo-2-c94feba107be9e7385e4c5b32aa7242f087ae733.tar.gz gentoo-2-c94feba107be9e7385e4c5b32aa7242f087ae733.tar.bz2 gentoo-2-c94feba107be9e7385e4c5b32aa7242f087ae733.zip |
dev-python/PyQt4-4.4.2 needs Qt-4.4.0, fix dependencies, mask package. Yngwin fails.
(Portage version: 2.1.5.2, RepoMan options: --force)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.4.2.ebuild | 15 |
2 files changed, 11 insertions, 9 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 009ee6dbb8b7..1d9cb1097daf 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.31 2008/05/24 22:10:20 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.32 2008/05/25 13:05:29 ingmar Exp $ + + 25 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> PyQt4-4.4.2.ebuild: + dev-python/PyQt4-4.4.2 needs Qt-4.4.0, fix dependencies, mask package. *PyQt4-4.4.2 (24 May 2008) diff --git a/dev-python/PyQt4/PyQt4-4.4.2.ebuild b/dev-python/PyQt4/PyQt4-4.4.2.ebuild index 400bd975335a..f19b154eff86 100644 --- a/dev-python/PyQt4/PyQt4-4.4.2.ebuild +++ b/dev-python/PyQt4/PyQt4-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.4.2.ebuild,v 1.1 2008/05/24 22:10:20 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.4.2.ebuild,v 1.2 2008/05/25 13:05:29 ingmar Exp $ EAPI=1 @@ -17,13 +17,12 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="dbus debug doc examples opengl qt3support svg X" RDEPEND=">=dev-python/sip-4.7.6 - || ( ( x11-libs/qt-core:4 - dbus? ( x11-libs/qt-dbus:4 ) - opengl? ( x11-libs/qt-opengl:4 ) - svg? ( x11-libs/qt-svg:4 ) - qt3support? ( x11-libs/qt-qt3support:4 ) - X? ( x11-libs/qt-gui:4 ) ) - =x11-libs/qt-4* )" + >=x11-libs/qt-core-4.4.0:4 + dbus? ( >=x11-libs/qt-dbus-4.4.0:4 ) + opengl? ( >=x11-libs/qt-opengl-4.4.0:4 ) + svg? ( >=x11-libs/qt-svg-4.4.0:4 ) + qt3support? ( >=x11-libs/qt-qt3support-4.4.0:4 ) + X? ( >=x11-libs/qt-gui-4.4.0:4 )" DEPEND="${RDEPEND} sys-devel/libtool" |