diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-05-02 21:09:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-05-02 21:09:31 +0000 |
commit | 32ff6a828c6bcf46feab415c158071ff982759a5 (patch) | |
tree | 59a5b4e3a58df00a6a192c26816614830df894ab /net-www/mozilla | |
parent | New version 1.3, do URL fixups required for 1.7_rc1, remove deprecated enviro... (diff) | |
download | gentoo-2-32ff6a828c6bcf46feab415c158071ff982759a5.tar.gz gentoo-2-32ff6a828c6bcf46feab415c158071ff982759a5.tar.bz2 gentoo-2-32ff6a828c6bcf46feab415c158071ff982759a5.zip |
Use >=mozilla-launcher-1.3 since it has the 1.7 fixes
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7_rc1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index 98ac3edc988a..c58b71cd6b55 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.166 2004/04/29 18:07:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.167 2004/05/02 21:09:31 agriffis Exp $ + + 02 May 2004; Aron Griffis <agriffis@gentoo.org> mozilla-1.7_rc1-r1.ebuild: + Use >=mozilla-launcher-1.3 since it has the 1.7 fixes *mozilla-1.7_rc1-r1 (29 Apr 2004) diff --git a/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild b/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild index 847af7a02371..216522215634 100644 --- a/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild +++ b/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild,v 1.2 2004/04/30 06:13:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7_rc1-r1.ebuild,v 1.3 2004/05/02 21:09:31 agriffis Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama xprint" # Internal USE flags that I do not really want to advertise ... @@ -55,7 +55,7 @@ RDEPEND="virtual/x11 java? ( virtual/jre ) crypt? ( !moznomail ( >=app-crypt/gnupg-1.2.1 ) ) gnome? ( >=gnome-base/gnome-vfs-2.3.5 ) - net-www/mozilla-launcher" + >=net-www/mozilla-launcher-1.3" DEPEND="${RDEPEND} dev-util/pkgconfig |