diff options
author | Jory Pratt <anarchy@gentoo.org> | 2011-08-20 21:30:37 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2011-08-20 21:30:37 +0000 |
commit | 6e692fde6696a8159daed8ef0ce8c0ff327c8c91 (patch) | |
tree | 745c885bb6d1d2d6e0222fb7b59bdde298914056 /eclass | |
parent | Switch from maintenance fork 1 to maintenance fork 2, with some improvements ... (diff) | |
download | gentoo-2-6e692fde6696a8159daed8ef0ce8c0ff327c8c91.tar.gz gentoo-2-6e692fde6696a8159daed8ef0ce8c0ff327c8c91.tar.bz2 gentoo-2-6e692fde6696a8159daed8ef0ce8c0ff327c8c91.zip |
mozconfig-3.eclass - crashreporter requires net-misc/curl support
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-3.eclass | 5 |
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() { |