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

Collapse All | Expand All

(-)/var/lib/layman/mozilla/net-libs/xulrunner/xulrunner-2.0_beta10_pre.ebuild (-2 / +7 lines)
Lines 21-27 Link Here
21
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
21
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
22
SLOT="1.9"
22
SLOT="1.9"
23
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
23
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
24
IUSE="+alsa debug +ipc libnotify system-sqlite +webm wifi"
24
IUSE="+alsa debug +gtk +ipc libnotify qt system-sqlite +webm wifi"
25
25
26
# More URIs appended below...
26
# More URIs appended below...
27
SRC_URI="http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.bz2"
27
SRC_URI="http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.bz2"
Lines 32-37 Link Here
32
	>=dev-libs/nspr-4.8.7
32
	>=dev-libs/nspr-4.8.7
33
	>=app-text/hunspell-1.2
33
	>=app-text/hunspell-1.2
34
	>=x11-libs/cairo-1.10.2[X]
34
	>=x11-libs/cairo-1.10.2[X]
35
	qt? ( x11-libs/cairo[X,qt4] )
35
	>=dev-libs/libevent-1.4.7
36
	>=dev-libs/libevent-1.4.7
36
	x11-libs/pango[X]
37
	x11-libs/pango[X]
37
	media-libs/libpng[apng]
38
	media-libs/libpng[apng]
Lines 136-143 Link Here
136
	mozconfig_annotate '' --disable-mailnews
137
	mozconfig_annotate '' --disable-mailnews
137
	mozconfig_annotate 'broken' --disable-crashreporter
138
	mozconfig_annotate 'broken' --disable-crashreporter
138
	mozconfig_annotate '' --enable-canvas
139
	mozconfig_annotate '' --enable-canvas
140
	if use gtk ; then
139
	mozconfig_annotate 'gtk' --enable-default-toolkit=cairo-gtk2
141
	mozconfig_annotate 'gtk' --enable-default-toolkit=cairo-gtk2
140
142
	fi
143
	if use qt ; then
144
	mozconfig_annotate 'qt' --enable-default-toolkit=cairo-qt
145
	fi
141
	# Bug 60668: Galeon doesn't build without oji enabled, so enable it
146
	# Bug 60668: Galeon doesn't build without oji enabled, so enable it
142
	# regardless of java setting.
147
	# regardless of java setting.
143
	mozconfig_annotate '' --enable-oji --enable-mathml
148
	mozconfig_annotate '' --enable-oji --enable-mathml

Return to bug 235163