# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" DESCRIPTION="Open source web browser engine" HOMEPAGE="http://www.webkitgtk.org/" LICENSE="LGPL-2+ BSD" SLOT="0" # soname version of libwebkit2gtk-4.0 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" # use sqlite, svg by default # Aqua support in gtk3 is untested # gtk2 is needed for plugin process support, should we add a USE flag to configure this? RDEPEND=" x11-libs/gtk+ media-libs/harfbuzz[icu] net-libs/libsoup media-plugins/gst-plugins-meta media-libs/libwebp " # paxctl needed for bug #407085 # Need real bison, not yacc DEPEND="${RDEPEND} dev-python/mako dev-lang/ruby "