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 | 64b1901fd3492a31df1c32844dd62560ed7a8b06 (patch) | |
tree | 34787c024741c2d64a65596fdff762425c6eaa6d /net-www/mozilla-firefox-bin | |
parent | Fix bug 45698 (mozilla-firefox forces downgrade to gtk+-2.2*) (Manifest recom... (diff) | |
download | gentoo-2-64b1901fd3492a31df1c32844dd62560ed7a8b06.tar.gz gentoo-2-64b1901fd3492a31df1c32844dd62560ed7a8b06.tar.bz2 gentoo-2-64b1901fd3492a31df1c32844dd62560ed7a8b06.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/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mozilla-firefox-bin/ChangeLog b/net-www/mozilla-firefox-bin/ChangeLog index 97d371ce3117..be1d0ee515d3 100644 --- a/net-www/mozilla-firefox-bin/ChangeLog +++ b/net-www/mozilla-firefox-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mozilla-firefox-bin # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/ChangeLog,v 1.3 2004/02/14 06:29:25 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/ChangeLog,v 1.4 2004/04/26 01:41:16 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> + mozilla-firefox-bin-0.8.ebuild: + Fix bug 45698 (mozilla-firefox forces downgrade to gtk+-2.2*) 14 Feb 2004; Brad Laue <brad@gentoo.org> files/icon/firefox-icon.png: Fix the firefox icon background 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 |