Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 180309 | Differences between
and this patch

Collapse All | Expand All

(-)xulrunner-1.8.1.12.ebuild (-2 / +7 lines)
Lines 15-26 Link Here
15
SLOT="1.8"
15
SLOT="1.8"
16
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
16
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
17
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
17
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
18
IUSE=""
18
IUSE="java python"
19
19
20
RDEPEND=">=sys-libs/zlib-1.1.4
20
RDEPEND=">=sys-libs/zlib-1.1.4
21
	>=sys-devel/binutils-2.16.1
21
	>=sys-devel/binutils-2.16.1
22
	>=dev-libs/nss-3.11.5
22
	>=dev-libs/nss-3.11.5
23
	>=dev-libs/nspr-4.6.5-r1
23
	>=dev-libs/nspr-4.6.5-r1
24
	python? ( >=dev-lang/python-2.4 )
24
	java? ( >=virtual/jre-1.4 )"
25
	java? ( >=virtual/jre-1.4 )"
25
26
26
DEPEND="java? ( >=virtual/jdk-1.4 )
27
DEPEND="java? ( >=virtual/jdk-1.4 )
Lines 60-66 Link Here
60
	mozconfig_init
61
	mozconfig_init
61
	mozconfig_config
62
	mozconfig_config
62
63
63
	mozconfig_annotate '' --enable-extensions="default,cookie,permissions,spellcheck"
64
	if use python ; then
65
		mozconfig_annotate '+python' --enable-extensions="default,cookie,permissions,spellcheck,python/xpcom"
66
	else
67
		mozconfig_annotate '-python' --enable-extensions="default,cookie,permissions,spellcheck"
68
	fi
64
	mozconfig_annotate '' --enable-native-uconv
69
	mozconfig_annotate '' --enable-native-uconv
65
	mozconfig_annotate '' --enable-image-encoder=all
70
	mozconfig_annotate '' --enable-image-encoder=all
66
	mozconfig_annotate '' --enable-canvas
71
	mozconfig_annotate '' --enable-canvas

Return to bug 180309