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

(-)a/net-libs/xulrunner/xulrunner-1.9.1.1-r1.ebuild (-2 / +6 lines)
Lines 21-27 SRC_URI="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${MY_PV}/s Link Here
21
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
21
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
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="debug python" # qt-experimental
24
IUSE="debug python +sound" # qt-experimental
25
25
26
#      qt-experimental? (
26
#      qt-experimental? (
27
#              x11-libs/qt-gui
27
#              x11-libs/qt-gui
Lines 34-40 RDEPEND="java? ( >=virtual/jre-1.4 ) Link Here
34
       >=sys-devel/binutils-2.16.1
34
       >=sys-devel/binutils-2.16.1
35
       >=dev-libs/nss-3.12.3
35
       >=dev-libs/nss-3.12.3
36
       >=dev-libs/nspr-4.8
36
       >=dev-libs/nspr-4.8
37
       media-libs/alsa-lib
37
       sound? ( media-libs/alsa-lib )
38
       >=dev-db/sqlite-3.6.7
38
       >=dev-db/sqlite-3.6.7
39
       >=app-text/hunspell-1.2
39
       >=app-text/hunspell-1.2
40
       >=media-libs/lcms-1.17
40
       >=media-libs/lcms-1.17
Lines 149-154 src_configure() { Link Here
149
       mozconfig_annotate '' --enable-xpctools
149
       mozconfig_annotate '' --enable-xpctools
150
       mozconfig_annotate '' --with-default-mozilla-five-home="${MOZLIBDIR}"
150
       mozconfig_annotate '' --with-default-mozilla-five-home="${MOZLIBDIR}"
151
151
152
       # All sound support requires alsa
153
       mozconfig_use_enable sound ogg
154
       mozconfig_use_enable sound wave
155
152
       #disable java
156
       #disable java
153
       if ! use java ; then
157
       if ! use java ; then
154
               mozconfig_annotate '-java' --disable-javaxpcom
158
               mozconfig_annotate '-java' --disable-javaxpcom

Return to bug 279981