diff options
author | Dror Levin <spatz@gentoo.org> | 2010-02-15 15:12:58 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-02-15 15:12:58 +0000 |
commit | b5589167342c34c6661fd18d734538504f160e30 (patch) | |
tree | 890406d2d82917cd3462900effb1407871aa83f6 /x11-libs/qt-webkit/qt-webkit-4.6.1.ebuild | |
parent | Version bump thanks to John Brendler (bug #304841). (diff) | |
download | historical-b5589167342c34c6661fd18d734538504f160e30.tar.gz historical-b5589167342c34c6661fd18d734538504f160e30.tar.bz2 historical-b5589167342c34c6661fd18d734538504f160e30.zip |
Version bump.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt-webkit/qt-webkit-4.6.1.ebuild')
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.6.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/qt-webkit/qt-webkit-4.6.1.ebuild b/x11-libs/qt-webkit/qt-webkit-4.6.1.ebuild index 53f8421026b8..6c234dd88d36 100644 --- a/x11-libs/qt-webkit/qt-webkit-4.6.1.ebuild +++ b/x11-libs/qt-webkit/qt-webkit-4.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.1.ebuild,v 1.2 2010/01/19 16:03:27 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.6.1.ebuild,v 1.3 2010/02/15 15:12:39 spatz Exp $ EAPI="2" inherit qt4-build @@ -27,12 +27,12 @@ tools/" QCONFIG_ADD="webkit" QCONFIG_DEFINE="QT_WEBKIT" +PATCHES=( + "${FILESDIR}"/${PN}-4.6.0-solaris-strnstr.patch +) + src_prepare() { [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900 - if use sparc; then - epatch "${FILESDIR}"/sparc-qt-webkit-sigbus.patch - fi - epatch "${FILESDIR}"/${PN}-4.6.0-solaris-strnstr.patch qt4-build_src_prepare } |