Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 201694
Collapse All | Expand All

(-)/usr/portage/www-client/epiphany/epiphany-2.20.2.ebuild (-5 / +8 lines)
Lines 10-16 Link Here
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
12
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
13
IUSE="doc python xulrunner spell"
13
IUSE="doc networkmanager python spell xulrunner"
14
14
15
# FIXME: add webkit/gecko switch possibility
15
# FIXME: add webkit/gecko switch possibility
16
# dang: *after* webkit actually works.
16
# dang: *after* webkit actually works.
Lines 28-41 Link Here
28
	>=dev-libs/dbus-glib-0.71
28
	>=dev-libs/dbus-glib-0.71
29
	>=gnome-base/gconf-2
29
	>=gnome-base/gconf-2
30
	>=app-text/iso-codes-0.35
30
	>=app-text/iso-codes-0.35
31
	!xulrunner? ( >=www-client/mozilla-firefox-1.5 )
31
	x11-themes/gnome-icon-theme
32
	xulrunner? ( net-libs/xulrunner )
32
33
	networkmanager? ( net-misc/networkmanager )
33
	python? (
34
	python? (
34
		>=dev-lang/python-2.3
35
		>=dev-lang/python-2.3
35
		>=dev-python/pygtk-2.7.1
36
		>=dev-python/pygtk-2.7.1
36
		>=dev-python/gnome-python-2.6 )
37
		>=dev-python/gnome-python-2.6 )
37
	spell? ( app-text/enchant )
38
	spell? ( app-text/enchant )
38
	x11-themes/gnome-icon-theme"
39
	!xulrunner? ( >=www-client/mozilla-firefox-1.5 )
40
	xulrunner? ( net-libs/xulrunner )"
39
41
40
DEPEND="${RDEPEND}
42
DEPEND="${RDEPEND}
41
	app-text/scrollkeeper
43
	app-text/scrollkeeper
Lines 52-58 Link Here
52
		--disable-scrollkeeper
54
		--disable-scrollkeeper
53
		--with-engine=mozilla
55
		--with-engine=mozilla
54
		$(use_enable spell spell-checker)
56
		$(use_enable spell spell-checker)
55
		$(use_enable python)"
57
		$(use_enable python)
58
		$(use_enable networkmanager network-manager)"
56
59
57
	if use xulrunner; then
60
	if use xulrunner; then
58
		G2CONF="${G2CONF} --with-gecko=xulrunner"
61
		G2CONF="${G2CONF} --with-gecko=xulrunner"

Return to bug 201694