diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-11-05 13:21:15 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-11-05 13:21:15 +0000 |
commit | 74d09bb27a30ff44d9e60b16b930da3e07be49a7 (patch) | |
tree | 9fc4a685d58a0b513ede12953a6f895dac206158 /net-libs/webkit-gtk/webkit-gtk-1.4.3-r200.ebuild | |
parent | version bump - bug #389573 (diff) | |
download | gentoo-2-74d09bb27a30ff44d9e60b16b930da3e07be49a7.tar.gz gentoo-2-74d09bb27a30ff44d9e60b16b930da3e07be49a7.tar.bz2 gentoo-2-74d09bb27a30ff44d9e60b16b930da3e07be49a7.zip |
Drop old and stop trying to apply a patch that will be unable to be applied (even if patch exists, bug #389481).
(Portage version: 2.1.10.32/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/webkit-gtk/webkit-gtk-1.4.3-r200.ebuild')
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-1.4.3-r200.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-1.4.3-r200.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.4.3-r200.ebuild index ab13b7f658ff..6d620b57f47c 100644 --- a/net-libs/webkit-gtk/webkit-gtk-1.4.3-r200.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-1.4.3-r200.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.4.3-r200.ebuild,v 1.6 2011/10/30 17:27:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.4.3-r200.ebuild,v 1.7 2011/11/05 13:21:15 pacho Exp $ EAPI="4" @@ -59,10 +59,6 @@ S="${WORKDIR}/${MY_P}" src_prepare() { DOCS="Source/WebKit/gtk/NEWS Source/WebKit/gtk/ChangeLog" - # FIXME: Fix unaligned accesses on ARM, IA64 and SPARC - # https://bugs.webkit.org/show_bug.cgi?id=19775 - use sparc && epatch "${FILESDIR}"/${PN}-1.1.15.2-unaligned.patch - # intermediate MacPorts hack while upstream bug is not fixed properly # https://bugs.webkit.org/show_bug.cgi?id=28727 use aqua && epatch "${FILESDIR}"/${PN}-1.2.3-fix-pool-sparc.patch |