summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-06-18 21:44:47 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-06-18 21:44:47 +0000
commit216d7290342a35d3deffc31d79aabac0d2db4955 (patch)
tree7db27130799fccbbdf0bf954e559425f3bbb5444 /x11-libs/qt-assistant
parentUpdate from qt overlay. (diff)
downloadgentoo-2-216d7290342a35d3deffc31d79aabac0d2db4955.tar.gz
gentoo-2-216d7290342a35d3deffc31d79aabac0d2db4955.tar.bz2
gentoo-2-216d7290342a35d3deffc31d79aabac0d2db4955.zip
USE=c++0x is gone from qt-webkit.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-assistant')
-rw-r--r--x11-libs/qt-assistant/ChangeLog6
-rw-r--r--x11-libs/qt-assistant/qt-assistant-4.8.1-r1.ebuild4
-rw-r--r--x11-libs/qt-assistant/qt-assistant-4.8.2.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog
index 3513d9018f35..da18efeb04b7 100644
--- a/x11-libs/qt-assistant/ChangeLog
+++ b/x11-libs/qt-assistant/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-assistant
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.136 2012/05/22 15:18:35 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.137 2012/06/18 21:44:47 pesa Exp $
+
+ 18 Jun 2012; Davide Pesavento <pesa@gentoo.org> qt-assistant-4.8.1-r1.ebuild,
+ qt-assistant-4.8.2.ebuild:
+ USE=c++0x is gone from qt-webkit.
*qt-assistant-4.8.2 (22 May 2012)
diff --git a/x11-libs/qt-assistant/qt-assistant-4.8.1-r1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.8.1-r1.ebuild
index f7e26ff67d44..77cd1cbf56c1 100644
--- a/x11-libs/qt-assistant/qt-assistant-4.8.1-r1.ebuild
+++ b/x11-libs/qt-assistant/qt-assistant-4.8.1-r1.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-assistant/qt-assistant-4.8.1-r1.ebuild,v 1.7 2012/05/21 19:54:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.8.1-r1.ebuild,v 1.8 2012/06/18 21:44:47 pesa Exp $
EAPI=4
@@ -20,7 +20,7 @@ IUSE="compat doc +glib qt3support trace webkit"
DEPEND="
~x11-libs/qt-gui-${PV}[aqua=,c++0x=,debug=,glib=,qpa=,qt3support=,trace?]
~x11-libs/qt-sql-${PV}[aqua=,c++0x=,debug=,qpa=,qt3support=,sqlite]
- webkit? ( ~x11-libs/qt-webkit-${PV}[aqua=,c++0x=,debug=,qpa=] )
+ webkit? ( ~x11-libs/qt-webkit-${PV}[aqua=,debug=,qpa=] )
"
RDEPEND="${DEPEND}"
diff --git a/x11-libs/qt-assistant/qt-assistant-4.8.2.ebuild b/x11-libs/qt-assistant/qt-assistant-4.8.2.ebuild
index 352834a6d3d7..4d2112275cf3 100644
--- a/x11-libs/qt-assistant/qt-assistant-4.8.2.ebuild
+++ b/x11-libs/qt-assistant/qt-assistant-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-assistant/qt-assistant-4.8.2.ebuild,v 1.1 2012/05/22 15:18:35 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.8.2.ebuild,v 1.2 2012/06/18 21:44:47 pesa Exp $
EAPI=4
@@ -24,7 +24,7 @@ IUSE="compat doc +glib qt3support trace webkit"
DEPEND="
~x11-libs/qt-gui-${PV}[aqua=,c++0x=,debug=,glib=,qpa=,qt3support=,trace?]
~x11-libs/qt-sql-${PV}[aqua=,c++0x=,debug=,qpa=,qt3support=,sqlite]
- webkit? ( ~x11-libs/qt-webkit-${PV}[aqua=,c++0x=,debug=,qpa=] )
+ webkit? ( ~x11-libs/qt-webkit-${PV}[aqua=,debug=,qpa=] )
"
RDEPEND="${DEPEND}"