diff options
author | 2008-08-01 04:20:17 +0000 | |
---|---|---|
committer | 2008-08-01 04:20:17 +0000 | |
commit | 060688e12f5dc64ddffdf156f811260571ca370a (patch) | |
tree | 9adf9025f9c694383c0dd42d430aea6422230c1c /net-libs/webkit-gtk | |
parent | whitespace (diff) | |
download | gentoo-2-060688e12f5dc64ddffdf156f811260571ca370a.tar.gz gentoo-2-060688e12f5dc64ddffdf156f811260571ca370a.tar.bz2 gentoo-2-060688e12f5dc64ddffdf156f811260571ca370a.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs/webkit-gtk')
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild b/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild index 579f6760a24a..27093a4c2bad 100644 --- a/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild,v 1.3 2008/07/31 14:15:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild,v 1.4 2008/08/01 04:20:17 mr_bones_ Exp $ inherit autotools @@ -47,7 +47,6 @@ src_compile() { # It doesn't compile on alpha without this LDFLAGS use alpha && append-ldflags "-Wl,--no-relax" - local myconf use pango && myconf="${myconf} --with-font-backend=pango" use soup && myconf="${myconf} --with-http-backend=soup" |