diff options
author | Jory Pratt <anarchy@gentoo.org> | 2011-08-20 21:51:25 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2011-08-20 21:51:25 +0000 |
commit | 6dc4d7930dbcdd60b7b1e3f5092a808f47c20d82 (patch) | |
tree | 2750fdc75ef5e2084ae6e5d87e05b225590c3883 /eclass | |
parent | When cmake tests fail, request that the full test log be attached to the bug (diff) | |
download | gentoo-2-6dc4d7930dbcdd60b7b1e3f5092a808f47c20d82.tar.gz gentoo-2-6dc4d7930dbcdd60b7b1e3f5092a808f47c20d82.tar.bz2 gentoo-2-6dc4d7930dbcdd60b7b1e3f5092a808f47c20d82.zip |
move crashreporter rdepend to ebuild instead of eclass
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-3.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index 091338066d07..7bda3e06eef4 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.22 2011/08/20 21:30:37 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.23 2011/08/20 21:51:25 anarchy Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -27,8 +27,7 @@ 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 ) - crashreporter? ( net-misc/curl )" + wifi? ( net-wireless/wireless-tools )" DEPEND="${RDEPEND}" mozconfig_config() { |