diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-06-18 21:46:29 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-06-18 21:46:29 +0000 |
commit | dece97a79475ad87a91c84fbfdda02dfa8641742 (patch) | |
tree | 613058ef930192c3a26537b986565998756c1022 /x11-libs/qt-declarative | |
parent | USE=c++0x is gone from qt-webkit. (diff) | |
download | gentoo-2-dece97a79475ad87a91c84fbfdda02dfa8641742.tar.gz gentoo-2-dece97a79475ad87a91c84fbfdda02dfa8641742.tar.bz2 gentoo-2-dece97a79475ad87a91c84fbfdda02dfa8641742.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-declarative')
-rw-r--r-- | x11-libs/qt-declarative/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-declarative/qt-declarative-4.8.1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/qt-declarative/qt-declarative-4.8.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/qt-declarative/ChangeLog b/x11-libs/qt-declarative/ChangeLog index 99e39530cf53..417e4a4e955d 100644 --- a/x11-libs/qt-declarative/ChangeLog +++ b/x11-libs/qt-declarative/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-declarative # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/ChangeLog,v 1.44 2012/05/22 15:20:58 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/ChangeLog,v 1.45 2012/06/18 21:46:29 pesa Exp $ + + 18 Jun 2012; Davide Pesavento <pesa@gentoo.org> qt-declarative-4.8.1.ebuild, + qt-declarative-4.8.2.ebuild: + USE=c++0x is gone from qt-webkit. *qt-declarative-4.8.2 (22 May 2012) diff --git a/x11-libs/qt-declarative/qt-declarative-4.8.1.ebuild b/x11-libs/qt-declarative/qt-declarative-4.8.1.ebuild index c427acf2076a..dc5e8d7c53b3 100644 --- a/x11-libs/qt-declarative/qt-declarative-4.8.1.ebuild +++ b/x11-libs/qt-declarative/qt-declarative-4.8.1.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-declarative/qt-declarative-4.8.1.ebuild,v 1.5 2012/05/20 13:05:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/qt-declarative-4.8.1.ebuild,v 1.6 2012/06/18 21:46:29 pesa Exp $ EAPI=4 @@ -20,7 +20,7 @@ DEPEND=" ~x11-libs/qt-svg-${PV}[accessibility=,aqua=,c++0x=,debug=,qpa=] ~x11-libs/qt-xmlpatterns-${PV}[aqua=,c++0x=,debug=,qpa=] qt3support? ( ~x11-libs/qt-qt3support-${PV}[accessibility=,aqua=,c++0x=,debug=,qpa=] ) - 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-declarative/qt-declarative-4.8.2.ebuild b/x11-libs/qt-declarative/qt-declarative-4.8.2.ebuild index 5325eee3efee..bc9d54e30f32 100644 --- a/x11-libs/qt-declarative/qt-declarative-4.8.2.ebuild +++ b/x11-libs/qt-declarative/qt-declarative-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-declarative/qt-declarative-4.8.2.ebuild,v 1.1 2012/05/22 15:20:58 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/qt-declarative-4.8.2.ebuild,v 1.2 2012/06/18 21:46:29 pesa Exp $ EAPI=4 @@ -24,7 +24,7 @@ DEPEND=" ~x11-libs/qt-svg-${PV}[accessibility=,aqua=,c++0x=,debug=,qpa=] ~x11-libs/qt-xmlpatterns-${PV}[aqua=,c++0x=,debug=,qpa=] qt3support? ( ~x11-libs/qt-qt3support-${PV}[accessibility=,aqua=,c++0x=,debug=,qpa=] ) - webkit? ( ~x11-libs/qt-webkit-${PV}[aqua=,c++0x=,debug=,qpa=] ) + webkit? ( ~x11-libs/qt-webkit-${PV}[aqua=,debug=,qpa=] ) " RDEPEND="${DEPEND}" |