diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-05-07 21:38:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-05-07 21:38:11 +0000 |
commit | c50fd4f70f0a268e385b4fb3d6277eae7dccefea (patch) | |
tree | 945ec6605ca0501e27d11f033045bc7d7c749f26 /net-www/mozilla | |
parent | Fix IUSE (Manifest recommit) (diff) | |
download | gentoo-2-c50fd4f70f0a268e385b4fb3d6277eae7dccefea.tar.gz gentoo-2-c50fd4f70f0a268e385b4fb3d6277eae7dccefea.tar.bz2 gentoo-2-c50fd4f70f0a268e385b4fb3d6277eae7dccefea.zip |
Fix repoman error due to missing >= in DEPEND
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/mozilla-1.7_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mozilla/mozilla-1.7_rc1.ebuild b/net-www/mozilla/mozilla-1.7_rc1.ebuild index 7136308e2a33..f12375e2f734 100644 --- a/net-www/mozilla/mozilla-1.7_rc1.ebuild +++ b/net-www/mozilla/mozilla-1.7_rc1.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.ebuild,v 1.7 2004/05/07 19:32:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7_rc1.ebuild,v 1.8 2004/05/07 21:38:11 agriffis Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama" # Internal USE flags that I do not really want to advertise ... @@ -97,7 +97,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-1.7-r1" + >=net-www/mozilla-launcher-1.7-r1" DEPEND="${RDEPEND} dev-util/pkgconfig |