diff options
author | Ben de Groot <yngwin@gentoo.org> | 2012-09-16 04:54:09 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2012-09-16 04:54:09 +0000 |
commit | c97208b19e108853b4a68f85d104e461948ba052 (patch) | |
tree | d3177a9ec505676cbced3f36c2df42941772d2d2 /x11-libs/qt-webkit | |
parent | Moving necessary actions to postinst/postrm (diff) | |
download | gentoo-2-c97208b19e108853b4a68f85d104e461948ba052.tar.gz gentoo-2-c97208b19e108853b4a68f85d104e461948ba052.tar.bz2 gentoo-2-c97208b19e108853b4a68f85d104e461948ba052.zip |
Add overlay changes (c++0x useflag)
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-webkit')
-rw-r--r-- | x11-libs/qt-webkit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.8.3.ebuild | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog index de12e3482ce0..499acb8e49c9 100644 --- a/x11-libs/qt-webkit/ChangeLog +++ b/x11-libs/qt-webkit/ChangeLog @@ -1,6 +1,9 @@ # 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.168 2012/09/14 12:11:45 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.169 2012/09/16 04:54:09 yngwin Exp $ + + 16 Sep 2012; Ben de Groot <yngwin@gentoo.org> qt-webkit-4.8.3.ebuild: + Add overlay changes (c++0x useflag) 14 Sep 2012; Ben de Groot <yngwin@gentoo.org> +files/qt-webkit-4.8.3+glib-2.31.patch, qt-webkit-4.8.3.ebuild: diff --git a/x11-libs/qt-webkit/qt-webkit-4.8.3.ebuild b/x11-libs/qt-webkit/qt-webkit-4.8.3.ebuild index 47ea615ab331..d80fab7ad2b8 100644 --- a/x11-libs/qt-webkit/qt-webkit-4.8.3.ebuild +++ b/x11-libs/qt-webkit/qt-webkit-4.8.3.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.3.ebuild,v 1.2 2012/09/14 12:11:45 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.3.ebuild,v 1.3 2012/09/16 04:54:09 yngwin Exp $ EAPI=4 @@ -34,7 +34,6 @@ DEPEND=" RDEPEND="${DEPEND}" PATCHES=( - "${FILESDIR}/${PN}-4.8.0-c++0x-fix.patch" "${FILESDIR}/${PN}-4.8.3+glib-2.31.patch" "${FILESDIR}/${PN}-4.8.1-no-use-ld-gold.patch" "${FILESDIR}/4.8.2-javascriptcore-x32.patch" @@ -59,8 +58,6 @@ pkg_setup() { } src_prepare() { - use c++0x && append-cxxflags -fpermissive - # Fix version number in generated pkgconfig file, bug 406443 sed -i -e 's/^isEmpty(QT_BUILD_TREE)://' \ src/3rdparty/webkit/Source/WebKit/qt/QtWebKit.pro || die |