diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-09-01 18:44:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-09-01 18:44:16 +0000 |
commit | 40639290265071c48797965632c4c8fcf6fbb08c (patch) | |
tree | 011b80627bdfccf5634623db2d279a2f70b71792 /net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-40639290265071c48797965632c4c8fcf6fbb08c.tar.gz gentoo-2-40639290265071c48797965632c4c8fcf6fbb08c.tar.bz2 gentoo-2-40639290265071c48797965632c4c8fcf6fbb08c.zip |
Fix geoloc/introspection required USE combinations (#482208 by poncho), drop old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild')
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild index aad31cd759f2..b2944f489e97 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild,v 1.2 2013/08/05 09:48:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild,v 1.3 2013/09/01 18:44:16 pacho Exp $ EAPI="5" @@ -18,7 +18,10 @@ SLOT="3/25" # soname version KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" IUSE="aqua coverage debug +geoloc +gstreamer libsecret +introspection +jit spell +webgl" # bugs 372493, 416331 -REQUIRED_USE="introspection? ( geoloc gstreamer )" +REQUIRED_USE=" + geoloc? ( introspection ) + introspection? ( gstreamer ) +" # use sqlite, svg by default # Aqua support in gtk3 is untested |