diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-02-03 20:13:51 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-02-03 20:13:51 +0000 |
commit | 1afb2b59ebfbd3e5a7af21f9dfd27c750f1459b2 (patch) | |
tree | 98afb52e6f1b6f91d3431c01d94a95786151d511 /net-libs | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-1afb2b59ebfbd3e5a7af21f9dfd27c750f1459b2.tar.gz gentoo-2-1afb2b59ebfbd3e5a7af21f9dfd27c750f1459b2.tar.bz2 gentoo-2-1afb2b59ebfbd3e5a7af21f9dfd27c750f1459b2.zip |
oops, I forgot to commit the matching USE=aqua bits with my last commit
(Portage version: 2.2.00.15274-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-1.1.15.4.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-1.1.15.4.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.1.15.4.ebuild index 775219cf7318..c03dc22058a1 100644 --- a/net-libs/webkit-gtk/webkit-gtk-1.1.15.4.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-1.1.15.4.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/net-libs/webkit-gtk/webkit-gtk-1.1.15.4.ebuild,v 1.5 2010/02/03 13:58:49 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.15.4.ebuild,v 1.6 2010/02/03 20:13:51 grobian Exp $ EAPI="2" @@ -15,7 +15,7 @@ LICENSE="LGPL-2 LGPL-2.1 BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" # geoclue -IUSE="coverage debug doc +gstreamer pango +websockets" +IUSE="aqua coverage debug doc +gstreamer pango +websockets" # use sqlite, svg by default # dependency on >=x11-libs/gtk+-2.13 for gail @@ -26,7 +26,7 @@ RDEPEND=" media-libs/libpng x11-libs/cairo - >=x11-libs/gtk+-2.13 + >=x11-libs/gtk+-2.13[aqua=] >=dev-libs/glib-2.21.3 >=dev-libs/icu-3.8.1-r1 >=net-libs/libsoup-2.27.91 @@ -82,7 +82,8 @@ src_configure() { $(use_enable debug) $(use_enable gstreamer video) $(use_enable websockets web_sockets) - --enable-filters --enable-ruby" + --enable-filters --enable-ruby + $(use aqua && echo "--with-target=quartz")" # USE-flag controlled font backend because upstream default is freetype # Remove USE-flag once font-backend becomes pango upstream |