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

(-)old-xulrunner-1.9.0.9.ebuild (-3 / +7 lines)
Lines 17-30 Link Here
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
18
SLOT="1.9"
18
SLOT="1.9"
19
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
19
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
20
IUSE=""
20
IUSE="lcms"
21
21
22
RDEPEND="java? ( >=virtual/jre-1.4 )
22
RDEPEND="java? ( >=virtual/jre-1.4 )
23
	>=sys-devel/binutils-2.16.1
23
	>=sys-devel/binutils-2.16.1
24
	>=dev-libs/nss-3.12.2
24
	>=dev-libs/nss-3.12.2
25
	>=dev-libs/nspr-4.7.4
25
	>=dev-libs/nspr-4.7.4
26
	>=app-text/hunspell-1.1.9
26
	>=app-text/hunspell-1.1.9
27
	>=media-libs/lcms-1.17"
27
	lcms? ( >=media-libs/lcms-1.17 )"
28
28
29
DEPEND="java? ( >=virtual/jdk-1.4 )
29
DEPEND="java? ( >=virtual/jdk-1.4 )
30
	${RDEPEND}
30
	${RDEPEND}
Lines 101-107 Link Here
101
	mozconfig_annotate '' --enable-embedding-tests
101
	mozconfig_annotate '' --enable-embedding-tests
102
	mozconfig_annotate '' --with-system-nspr
102
	mozconfig_annotate '' --with-system-nspr
103
	mozconfig_annotate '' --with-system-nss
103
	mozconfig_annotate '' --with-system-nss
104
	mozconfig_annotate '' --enable-system-lcms
105
	mozconfig_annotate '' --with-system-bz2
104
	mozconfig_annotate '' --with-system-bz2
106
	# Bug 60668: Galeon doesn't build without oji enabled, so enable it
105
	# Bug 60668: Galeon doesn't build without oji enabled, so enable it
107
	# regardless of java setting.
106
	# regardless of java setting.
Lines 114-119 Link Here
114
	mozconfig_annotate '' --enable-xpctools
113
	mozconfig_annotate '' --enable-xpctools
115
	mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
114
	mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
116
115
116
	#enable lcms
117
	if use lcms ; then
118
		mozconfig_annotate '' --enable-system-lcms
119
	fi
120
117
	#disable java
121
	#disable java
118
	if ! use java ; then
122
	if ! use java ; then
119
		mozconfig_annotate '-java' --disable-javaxpcom
123
		mozconfig_annotate '-java' --disable-javaxpcom

Return to bug 267656