diff options
author | 2009-12-03 21:53:14 +0000 | |
---|---|---|
committer | 2009-12-03 21:53:14 +0000 | |
commit | 7d80d35d5b5733549c51a0473dfc1f846b292019 (patch) | |
tree | bce5152527b7f20594dbdaab057d1c6044b5c830 /net-libs/webkit-gtk | |
parent | board3d also requires the gtk deps (bug #295583) (diff) | |
download | gentoo-2-7d80d35d5b5733549c51a0473dfc1f846b292019.tar.gz gentoo-2-7d80d35d5b5733549c51a0473dfc1f846b292019.tar.bz2 gentoo-2-7d80d35d5b5733549c51a0473dfc1f846b292019.zip |
Fix wrong patch name
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'net-libs/webkit-gtk')
-rw-r--r-- | net-libs/webkit-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-1.1.15.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/webkit-gtk/ChangeLog b/net-libs/webkit-gtk/ChangeLog index 4c6329f7c06c..e5d9e66f3775 100644 --- a/net-libs/webkit-gtk/ChangeLog +++ b/net-libs/webkit-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/webkit-gtk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.55 2009/11/14 14:50:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.56 2009/12/03 21:53:14 armin76 Exp $ + + 03 Dec 2009; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.1.15.2.ebuild: + Fix wrong patch name 14 Nov 2009; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.1.15.2.ebuild, +files/webkit-gtk-1.1.15.2-unaligned.patch: diff --git a/net-libs/webkit-gtk/webkit-gtk-1.1.15.2.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.1.15.2.ebuild index f0fd0195353a..c8b90186a887 100644 --- a/net-libs/webkit-gtk/webkit-gtk-1.1.15.2.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-1.1.15.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.1.15.2.ebuild,v 1.4 2009/11/15 05:35:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.15.2.ebuild,v 1.5 2009/12/03 21:53:14 armin76 Exp $ EAPI="2" @@ -53,7 +53,7 @@ S="${WORKDIR}/${MY_P}" src_prepare() { # FIXME: Fix unaligned accesses on ARM, IA64 and SPARC - use sparc && epatch "${FILESDIR}"/sigbus.patch + use sparc && epatch "${FILESDIR}"/${P}-unaligned.patch # Make it libtool-1 compatible rm -v autotools/lt* autotools/libtool.m4 \ |