diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 01:41:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 01:41:59 +0000 |
commit | b7c4f66025e39427da4f13c8110398d8e05d07be (patch) | |
tree | 15984fd9c5d3e20f3adf8182c83bb05f5209cdda /net-www/mozilla-firefox-bin | |
parent | Fix bug 45698 (mozilla-firefox forces downgrade to gtk+-2.2*) (diff) | |
download | historical-b7c4f66025e39427da4f13c8110398d8e05d07be.tar.gz historical-b7c4f66025e39427da4f13c8110398d8e05d07be.tar.bz2 historical-b7c4f66025e39427da4f13c8110398d8e05d07be.zip |
Fix bug 45698 (mozilla-firefox forces downgrade to gtk+-2.2*)
Diffstat (limited to 'net-www/mozilla-firefox-bin')
-rw-r--r-- | net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild index a4a6269881c6..45015901a7de 100644 --- a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild +++ b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.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-firefox-bin/mozilla-firefox-bin-0.8.ebuild,v 1.4 2004/04/26 01:41:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild,v 1.5 2004/04/26 01:41:59 agriffis Exp $ inherit nsplugins eutils @@ -21,7 +21,7 @@ DEPEND="virtual/glibc" RDEPEND="virtual/x11 x86? ( >=sys-libs/lib-compat-1.0-r2 - >=x11-libs/gtk+-2.2* + >=x11-libs/gtk+-2.2 ) amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 |