diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-09-27 23:45:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-09-27 23:45:38 +0000 |
commit | a5a38f4c1190aba3e57d864fdb9f12357e3284cb (patch) | |
tree | 2a87e7f9f576b807fde51752fb56f5e390860448 /eclass/mozilla.eclass | |
parent | Update to 1.19 to fix xremote problems with [Tt]hunderbird-0.8 #65128 (Manife... (diff) | |
download | gentoo-2-a5a38f4c1190aba3e57d864fdb9f12357e3284cb.tar.gz gentoo-2-a5a38f4c1190aba3e57d864fdb9f12357e3284cb.tar.bz2 gentoo-2-a5a38f4c1190aba3e57d864fdb9f12357e3284cb.zip |
depend on mozilla-launcher-1.19 to fix [Tt]hunderbird problems #65128
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 ca9148bc465d..c469d19aec08 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.14 2004/09/15 20:21:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.15 2004/09/27 23:45:38 agriffis Exp $ ECLASS=mozilla INHERITED="$INHERITED $ECLASS" @@ -36,7 +36,7 @@ RDEPEND="virtual/x11 =dev-libs/glib-1.2* =gnome-base/orbit-0* ) gnome? ( >=gnome-base/gnome-vfs-2.3.5 ) - >=net-www/mozilla-launcher-1.15" + >=net-www/mozilla-launcher-1.19" DEPEND="${RDEPEND} dev-util/pkgconfig" |