diff options
author | Brad Laue <brad@gentoo.org> | 2005-03-23 20:52:18 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2005-03-23 20:52:18 +0000 |
commit | 24d4489424f9debec20b8d3b3e79d30627707017 (patch) | |
tree | 71fe387e3c80234952c71eef105de82ec66b9c3f /eclass | |
parent | Fix for new location of mozilla-launcher. (diff) | |
download | gentoo-2-24d4489424f9debec20b8d3b3e79d30627707017.tar.gz gentoo-2-24d4489424f9debec20b8d3b3e79d30627707017.tar.bz2 gentoo-2-24d4489424f9debec20b8d3b3e79d30627707017.zip |
Fix for change in location of mozilla-launcher
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index 0a75c74cace4..7055dd319b19 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.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/mozconfig.eclass,v 1.7 2005/03/08 16:29:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.8 2005/03/23 20:52:18 brad Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -24,7 +24,7 @@ RDEPEND="virtual/x11 dev-libs/expat app-arch/zip app-arch/unzip - >=net-www/mozilla-launcher-1.22 + >=www-client/mozilla-launcher-1.22 >=x11-libs/gtk+-2.2.0 >=dev-libs/glib-2.2.0 >=x11-libs/pango-1.2.1 |