diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-11-09 20:03:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-11-09 20:03:29 +0000 |
commit | d1b92be342477aa269e1f1dce554a34a89ced388 (patch) | |
tree | 09ffb46ff0fcb18ba4a3d85f4aab2abb654977b1 /eclass/mozilla.eclass | |
parent | Stable on all arches, trim old versions (diff) | |
download | historical-d1b92be342477aa269e1f1dce554a34a89ced388.tar.gz historical-d1b92be342477aa269e1f1dce554a34a89ced388.tar.bz2 historical-d1b92be342477aa269e1f1dce554a34a89ced388.zip |
require mozilla-launcher-1.22 now that it's marked stable
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 4cab6be7a0d3..bba0f004568c 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.22 2004/11/07 23:50:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.23 2004/11/09 20:03:29 agriffis Exp $ ECLASS=mozilla INHERITED="$INHERITED $ECLASS" @@ -34,7 +34,7 @@ RDEPEND="virtual/x11 =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* =gnome-base/orbit-0* ) - >=net-www/mozilla-launcher-1.19" + >=net-www/mozilla-launcher-1.22" DEPEND="${RDEPEND} dev-util/pkgconfig" |