From 145b6403027b6c777949510d672b5604e106540f Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Sat, 9 Jun 2012 20:49:03 +0000 Subject: Turn the libxml2[icu] blocker into a USE dep because portage displays better error messages for unsatisfied USE deps than for blockers. (Portage version: 2.2.0_alpha110/cvs/Linux x86_64) --- x11-libs/qt-webkit/ChangeLog | 6 +++++- x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'x11-libs') diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog index cc40e8124a90..08ba685ad1fd 100644 --- a/x11-libs/qt-webkit/ChangeLog +++ b/x11-libs/qt-webkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-webkit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.153 2012/05/22 19:47:43 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.154 2012/06/09 20:49:03 pesa Exp $ + + 09 Jun 2012; Davide Pesavento qt-webkit-4.8.2.ebuild: + Turn the libxml2[icu] blocker into a USE dep because portage displays better + error messages for unsatisfied USE deps than for blockers. 22 May 2012; Michael Palimaka qt-webkit-4.8.2.ebuild: Fix build with GCC 4.7, wrt bug #417147 by Joe Kappus . diff --git a/x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild b/x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild index 9f3a72686435..a3df6033f92d 100644 --- a/x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild +++ b/x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild,v 1.2 2012/05/22 19:47:43 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild,v 1.3 2012/06/09 20:49:03 pesa Exp $ EAPI=4 @@ -15,7 +15,7 @@ else fi IUSE="+gstreamer icu +jit" -# For the libxml2[icu] blocker see bugs 407315 and 411091 +# libxml2[!icu?] is needed for bugs 407315 and 411091 DEPEND=" dev-db/sqlite:3 x11-libs/libX11 @@ -25,9 +25,9 @@ DEPEND=" ~x11-libs/qt-xmlpatterns-${PV}[aqua=,c++0x=,debug=,qpa=] gstreamer? ( dev-libs/glib:2 + dev-libs/libxml2:2[!icu?] media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 - !icu? ( !!dev-libs/libxml2[icu] ) ) icu? ( dev-libs/icu ) " -- cgit v1.2.3-65-gdbad