summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig-3.eclass13
1 files changed, 5 insertions, 8 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass
index a64c693455dd..8ee6cccc9a94 100644
--- a/eclass/mozconfig-3.eclass
+++ b/eclass/mozconfig-3.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.30 2012/03/04 14:19:47 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.31 2012/07/18 00:22:30 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -23,8 +23,8 @@ RDEPEND="app-arch/zip
>=x11-libs/gtk+-2.8.6:2
>=x11-libs/pango-1.10.1[X]
virtual/jpeg
- virtual/freedesktop-icon-theme
alsa? ( media-libs/alsa-lib )
+ virtual/freedesktop-icon-theme
dbus? ( >=dev-libs/dbus-glib-0.72 )
libnotify? ( >=x11-libs/libnotify-0.4 )
startup-notification? ( >=x11-libs/startup-notification-0.8 )
@@ -43,9 +43,6 @@ mozconfig_config() {
mozconfig_use_enable alsa ogg
mozconfig_use_enable alsa wave
- if has +crashreporter ${IUSE} ; then
- mozconfig_use_enable crashreporter
- fi
mozconfig_use_enable dbus
mozconfig_use_enable debug
mozconfig_use_enable debug tests
@@ -71,10 +68,10 @@ mozconfig_config() {
mozconfig_annotate '+webm -alsa' --enable-ogg
mozconfig_annotate '+webm -alsa' --enable-wave
mozconfig_annotate '+webm' --enable-webm
- mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
+ mozconfig_annotate '+webm' --with-system-libvpx
else
mozconfig_use_enable webm
- mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
+ mozconfig_annotate '+webm' --with-system-libvpx
fi
else
mozconfig_annotate '' --disable-webm