diff options
author | Brad Laue <brad@gentoo.org> | 2005-03-23 20:48:49 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2005-03-23 20:48:49 +0000 |
commit | e8bf262bbca4fb5aabcda56f7c19a71d618e4022 (patch) | |
tree | b6b13c3d6f5fa7192743f8f84d961f58ae306efd /eclass/mozilla.eclass | |
parent | Do not care about sandbox in /usr check for module dependencies. Add message (diff) | |
download | gentoo-2-e8bf262bbca4fb5aabcda56f7c19a71d618e4022.tar.gz gentoo-2-e8bf262bbca4fb5aabcda56f7c19a71d618e4022.tar.bz2 gentoo-2-e8bf262bbca4fb5aabcda56f7c19a71d618e4022.zip |
Fix for new location of mozilla-launcher.
Diffstat (limited to 'eclass/mozilla.eclass')
-rw-r--r-- | eclass/mozilla.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozilla.eclass b/eclass/mozilla.eclass index 2a399c111224..26815b475bdf 100644 --- a/eclass/mozilla.eclass +++ b/eclass/mozilla.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.26 2004/12/22 21:46:09 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.27 2005/03/23 20:48:49 brad Exp $ # # You probably don't want to change this eclass. Newer ebuilds use # mozconfig.eclass instead. @@ -37,7 +37,7 @@ RDEPEND="virtual/x11 =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* =gnome-base/orbit-0* ) - >=net-www/mozilla-launcher-1.22" + >=www-client/mozilla-launcher-1.22" DEPEND="${RDEPEND} dev-util/pkgconfig" |