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 | ecd5eff150bf30835dd605b6287680d861590902 (patch) | |
tree | 05559999d961e04dc1905ccb8e1ec9e702974d93 /eclass/mozconfig-3.eclass | |
parent | When cmake tests fail, request that the full test log be attached to the bug (diff) | |
download | historical-ecd5eff150bf30835dd605b6287680d861590902.tar.gz historical-ecd5eff150bf30835dd605b6287680d861590902.tar.bz2 historical-ecd5eff150bf30835dd605b6287680d861590902.zip |
move crashreporter rdepend to ebuild instead of eclass
Diffstat (limited to 'eclass/mozconfig-3.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() { |