summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2011-08-20 21:30:37 +0000
committerJory Pratt <anarchy@gentoo.org>2011-08-20 21:30:37 +0000
commitb7154f7845c954cd64d7ea2154405b1159ea9976 (patch)
treea8b4e7817c9dadd9b80dd56dfd2ec8f6bea95be4 /eclass/mozconfig-3.eclass
parentSwitch from maintenance fork 1 to maintenance fork 2, with some improvements ... (diff)
downloadhistorical-b7154f7845c954cd64d7ea2154405b1159ea9976.tar.gz
historical-b7154f7845c954cd64d7ea2154405b1159ea9976.tar.bz2
historical-b7154f7845c954cd64d7ea2154405b1159ea9976.zip
mozconfig-3.eclass - crashreporter requires net-misc/curl support
Diffstat (limited to 'eclass/mozconfig-3.eclass')
-rw-r--r--eclass/mozconfig-3.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass
index d06d0e0ea0bd..091338066d07 100644
--- a/eclass/mozconfig-3.eclass
+++ b/eclass/mozconfig-3.eclass
@@ -1,6 +1,6 @@
# 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.21 2011/07/06 13:36:46 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.22 2011/08/20 21:30:37 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -27,7 +27,8 @@ RDEPEND="app-arch/zip
dbus? ( >=dev-libs/dbus-glib-0.72 )
libnotify? ( >=x11-libs/libnotify-0.4 )
startup-notification? ( >=x11-libs/startup-notification-0.8 )
- wifi? ( net-wireless/wireless-tools )"
+ wifi? ( net-wireless/wireless-tools )
+ crashreporter? ( net-misc/curl )"
DEPEND="${RDEPEND}"
mozconfig_config() {