diff --git a/net-libs/xulrunner/xulrunner-1.9.2-r2.ebuild b/net-libs/xulrunner/xulrunner-1.9.2-r2.ebuild index 2024af6..60ba564 100644 --- a/net-libs/xulrunner/xulrunner-1.9.2-r2.ebuild +++ b/net-libs/xulrunner/xulrunner-1.9.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2-r1.ebuild,v 1.1 2010/01/29 15:00:31 anarchy Exp $ +# $Header: $ EAPI="2" WANT_AUTOCONF="2.1" @@ -20,14 +20,14 @@ SRC_URI="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${MY_PV}/s KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="1.9" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -IUSE="+alsa debug libnotify wifi" +IUSE="+alsa debug libnotify system-sqlite wifi" RDEPEND="java? ( >=virtual/jre-1.4 ) >=dev-lang/python-2.3[threads] >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.4 >=dev-libs/nspr-4.8 - >=dev-db/sqlite-3.6.22-r2[fts3,secure-delete] + system-sqlite? ( >=dev-db/sqlite-3.6.22-r2[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=media-libs/lcms-1.17 @@ -118,7 +118,6 @@ src_configure() { mozconfig_annotate '' --enable-oji --enable-mathml mozconfig_annotate 'places' --enable-storage --enable-places mozconfig_annotate '' --enable-safe-browsing - mozconfig_annotate 'sqlite' --enable-system-sqlite # Build mozdevelop permately mozconfig_annotate '' --enable-jsd --enable-xpctools @@ -142,6 +141,7 @@ src_configure() { mozconfig_use_enable wifi necko-wifi mozconfig_use_enable alsa ogg mozconfig_use_enable alsa wave + mozconfig_use_enable system-sqlite # Debug if use debug ; then diff --git a/www-client/mozilla-firefox/mozilla-firefox-3.6-r2.ebuild b/www-client/mozilla-firefox/mozilla-firefox-3.6-r2.ebuild index 259542e..de51e01 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-3.6-r2.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-3.6-r2.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="http://www.mozilla.com/firefox" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -IUSE="+alsa bindist java libnotify wifi" +IUSE="+alsa bindist java libnotify system-sqlite wifi" REL_URI="http://releases.mozilla.org/pub/mozilla.org/firefox/releases" SRC_URI="${REL_URI}/${MY_PV}/source/firefox-${MY_PV}.source.tar.bz2 @@ -52,13 +52,13 @@ RDEPEND=" >=dev-libs/nss-3.12.4 >=dev-libs/nspr-4.8 >=app-text/hunspell-1.2 - >=dev-db/sqlite-3.6.22-r2[fts3,secure-delete] + system-sqlite? ( >=dev-db/sqlite-3.6.22-r2[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=x11-libs/cairo-1.8.8[X] x11-libs/pango[X] wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) - ~net-libs/xulrunner-${XUL_PV}[java=,wifi=,libnotify=]" + ~net-libs/xulrunner-${XUL_PV}[java=,wifi=,libnotify=,system-sqlite=]" DEPEND="${RDEPEND} java? ( >=virtual/jdk-1.4 ) @@ -163,7 +163,6 @@ src_configure() { mozconfig_annotate '' --enable-oji --enable-mathml mozconfig_annotate 'places' --enable-storage --enable-places mozconfig_annotate '' --enable-safe-browsing - mozconfig_annotate 'sqlite' --enable-system-sqlite # Build mozdevelop permately mozconfig_annotate '' --enable-jsd --enable-xpctools @@ -189,14 +188,11 @@ src_configure() { mozconfig_use_enable wifi necko-wifi mozconfig_use_enable alsa ogg mozconfig_use_enable alsa wave + mozconfig_use_enable system-sqlite # Other ff-specific settings mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} - # Enable/Disable audio in firefox - mozconfig_use_enable alsa ogg - mozconfig_use_enable alsa wave - if ! use bindist ; then mozconfig_annotate '' --enable-official-branding fi