diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-06-09 20:53:45 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-06-09 20:53:45 +0000 |
commit | e973cdf9728079c3b869fb352bcd95538bf892cc (patch) | |
tree | 35eba61792701c3c75f8f8fa19075bf41601b67e /x11-libs/qt-webkit | |
parent | move use invocation out of global scope (diff) | |
download | gentoo-2-e973cdf9728079c3b869fb352bcd95538bf892cc.tar.gz gentoo-2-e973cdf9728079c3b869fb352bcd95538bf892cc.tar.bz2 gentoo-2-e973cdf9728079c3b869fb352bcd95538bf892cc.zip |
Drop redundant append-flags (already done in qt4-build.eclass).
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-webkit')
-rw-r--r-- | x11-libs/qt-webkit/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.6.3-r1.ebuild | 7 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.6.3-r2.ebuild | 7 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.7.4.ebuild | 8 |
4 files changed, 8 insertions, 20 deletions
diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog index 08ba685ad1fd..ad12612201a3 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.154 2012/06/09 20:49:03 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.155 2012/06/09 20:53:45 pesa Exp $ + + 09 Jun 2012; Davide Pesavento <pesa@gentoo.org> qt-webkit-4.6.3-r1.ebuild, + qt-webkit-4.6.3-r2.ebuild, qt-webkit-4.7.4.ebuild: + Drop redundant append-flags (already done in qt4-build.eclass). 09 Jun 2012; Davide Pesavento <pesa@gentoo.org> qt-webkit-4.8.2.ebuild: Turn the libxml2[icu] blocker into a USE dep because portage displays better diff --git a/x11-libs/qt-webkit/qt-webkit-4.6.3-r1.ebuild b/x11-libs/qt-webkit/qt-webkit-4.6.3-r1.ebuild index 62dd1fc07cf9..688f06a80929 100644 --- a/x11-libs/qt-webkit/qt-webkit-4.6.3-r1.ebuild +++ b/x11-libs/qt-webkit/qt-webkit-4.6.3-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-webkit/qt-webkit-4.6.3-r1.ebuild,v 1.11 2012/01/03 08:56:26 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.6.3-r1.ebuild,v 1.12 2012/06/09 20:53:45 pesa Exp $ EAPI="2" inherit qt4-build @@ -38,11 +38,6 @@ pkg_setup() { qt4-build_pkg_setup } -src_prepare() { - [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900 - qt4-build_src_prepare -} - src_configure() { myconf="${myconf} -webkit $(qt_use dbus qdbus)" qt4-build_src_configure diff --git a/x11-libs/qt-webkit/qt-webkit-4.6.3-r2.ebuild b/x11-libs/qt-webkit/qt-webkit-4.6.3-r2.ebuild index ed43c3836e14..877a78d142f0 100644 --- a/x11-libs/qt-webkit/qt-webkit-4.6.3-r2.ebuild +++ b/x11-libs/qt-webkit/qt-webkit-4.6.3-r2.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.6.3-r2.ebuild,v 1.4 2012/01/03 08:56:26 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.6.3-r2.ebuild,v 1.5 2012/06/09 20:53:45 pesa Exp $ EAPI="2" inherit qt4-build @@ -40,11 +40,6 @@ pkg_setup() { qt4-build_pkg_setup } -src_prepare() { - [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900 - qt4-build_src_prepare -} - src_configure() { myconf="${myconf} -webkit -system-sqlite $(qt_use dbus qdbus)" qt4-build_src_configure diff --git a/x11-libs/qt-webkit/qt-webkit-4.7.4.ebuild b/x11-libs/qt-webkit/qt-webkit-4.7.4.ebuild index 9a78dc943297..8c4de0d24465 100644 --- a/x11-libs/qt-webkit/qt-webkit-4.7.4.ebuild +++ b/x11-libs/qt-webkit/qt-webkit-4.7.4.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.7.4.ebuild,v 1.5 2012/01/29 23:36:31 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.7.4.ebuild,v 1.6 2012/06/09 20:53:45 pesa Exp $ EAPI="3" inherit qt4-build @@ -37,12 +37,6 @@ pkg_setup() { qt4-build_pkg_setup } -src_prepare() { - [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900 - - qt4-build_src_prepare -} - src_configure() { myconf="${myconf} -webkit -system-sqlite $(qt_use jit javascript-jit) $(qt_use dbus qdbus)" qt4-build_src_configure |