Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.1.15.4.ebuild
Date: Wed, 03 Feb 2010 20:13:54
Message-Id: E1Nclbk-00087W-4N@stork.gentoo.org
1 grobian 10/02/03 20:13:52
2
3 Modified: webkit-gtk-1.1.15.4.ebuild
4 Log:
5 oops, I forgot to commit the matching USE=aqua bits with my last commit
6 (Portage version: 2.2.00.15274-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.6 net-libs/webkit-gtk/webkit-gtk-1.1.15.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.15.4.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.15.4.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.15.4.ebuild?r1=1.5&r2=1.6
14
15 Index: webkit-gtk-1.1.15.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.15.4.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- webkit-gtk-1.1.15.4.ebuild 3 Feb 2010 13:58:49 -0000 1.5
22 +++ webkit-gtk-1.1.15.4.ebuild 3 Feb 2010 20:13:51 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $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 $
28
29 EAPI="2"
30
31 @@ -15,7 +15,7 @@
32 SLOT="0"
33 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
34 # geoclue
35 -IUSE="coverage debug doc +gstreamer pango +websockets"
36 +IUSE="aqua coverage debug doc +gstreamer pango +websockets"
37
38 # use sqlite, svg by default
39 # dependency on >=x11-libs/gtk+-2.13 for gail
40 @@ -26,7 +26,7 @@
41 media-libs/libpng
42 x11-libs/cairo
43
44 - >=x11-libs/gtk+-2.13
45 + >=x11-libs/gtk+-2.13[aqua=]
46 >=dev-libs/glib-2.21.3
47 >=dev-libs/icu-3.8.1-r1
48 >=net-libs/libsoup-2.27.91
49 @@ -82,7 +82,8 @@
50 $(use_enable debug)
51 $(use_enable gstreamer video)
52 $(use_enable websockets web_sockets)
53 - --enable-filters --enable-ruby"
54 + --enable-filters --enable-ruby
55 + $(use aqua && echo "--with-target=quartz")"
56
57 # USE-flag controlled font backend because upstream default is freetype
58 # Remove USE-flag once font-backend becomes pango upstream