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

(-)libproxy-0.4.7.ebuild (-8 / +7 lines)
Lines 14-22 Link Here
14
LICENSE="LGPL-2.1"
14
LICENSE="LGPL-2.1"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-linux"
16
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-linux"
17
IUSE="gnome kde mono networkmanager perl python test"
17
IUSE="gnome kde mono networkmanager perl python test webkit"
18
18
19
# FIXME: Disable webkit support due problems like bug #366791
20
# FIXME: Also disable xulrunner support due bug #360893, will be readded
19
# FIXME: Also disable xulrunner support due bug #360893, will be readded
21
# in the future when only spidermonkey mozjs is provided.
20
# in the future when only spidermonkey mozjs is provided.
22
# NOTE: USE=xulrunner also causes problems like bug 373397, re-add carefully.
21
# NOTE: USE=xulrunner also causes problems like bug 373397, re-add carefully.
Lines 25-34 Link Here
25
	kde? ( >=kde-base/kdelibs-4.4.5 )
24
	kde? ( >=kde-base/kdelibs-4.4.5 )
26
	mono? ( dev-lang/mono )
25
	mono? ( dev-lang/mono )
27
	networkmanager? ( net-misc/networkmanager )
26
	networkmanager? ( net-misc/networkmanager )
28
	perl? (	dev-lang/perl )"
27
	perl? (	dev-lang/perl )
29
#	xulrunner? ( >=net-libs/xulrunner-1.9.1:1.9 )
28
	webkit? ( || ( net-libs/webkit-gtk:3
30
#	webkit? ( net-libs/webkit-gtk:2 )
29
		       net-libs/webkit-gtk:2 ) )"
31
# Since 0.4.7, webkit gtk3 support is also available
30
# Since 0.4.7, webkit gtk3 support is also available
31
#	xulrunner? ( >=net-libs/xulrunner-1.9.1:1.9 )
32
DEPEND="${RDEPEND}
32
DEPEND="${RDEPEND}
33
	dev-util/pkgconfig"
33
	dev-util/pkgconfig"
34
34
Lines 56-67 Link Here
56
			$(cmake-utils_use_with perl PERL)
56
			$(cmake-utils_use_with perl PERL)
57
			$(cmake-utils_use_with python PYTHON)
57
			$(cmake-utils_use_with python PYTHON)
58
			-DWITH_VALA=ON
58
			-DWITH_VALA=ON
59
			-DWITH_WEBKIT=OFF
60
			-DWITH_WEBKIT3=OFF
61
			-DWITH_MOZJS=OFF
59
			-DWITH_MOZJS=OFF
60
			$(cmake-utils_use_with webkit WEBKIT)
61
			$(cmake-utils_use_with webkit WEBKIT3)
62
			$(cmake-utils_use test BUILD_TESTING)
62
			$(cmake-utils_use test BUILD_TESTING)
63
	)
63
	)
64
			#$(cmake-utils_use_with webkit WEBKIT)
65
			#$(cmake-utils_use_with xulrunner MOZJS)
64
			#$(cmake-utils_use_with xulrunner MOZJS)
66
	cmake-utils_src_configure
65
	cmake-utils_src_configure
67
}
66
}

Return to bug 366791