summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Huebel <jhuebel@gentoo.org>2004-03-21 18:10:01 +0000
committerJason Huebel <jhuebel@gentoo.org>2004-03-21 18:10:01 +0000
commita2349dc74194e587eea0fd9e0548419488dd91bd (patch)
tree1e1e6ffd10d4ca92c8b0aa39c78d03db7585d3b9 /net-www/mozilla-firefox-bin
parentAdded ~sparc keyword. (Manifest recommit) (diff)
downloadgentoo-2-a2349dc74194e587eea0fd9e0548419488dd91bd.tar.gz
gentoo-2-a2349dc74194e587eea0fd9e0548419488dd91bd.tar.bz2
gentoo-2-a2349dc74194e587eea0fd9e0548419488dd91bd.zip
updated RDEPEND for amd64 32-bit emulation libs
Diffstat (limited to 'net-www/mozilla-firefox-bin')
-rw-r--r--net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild10
1 files changed, 6 insertions, 4 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 8048d065de86..d107d49c782e 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.2 2004/02/14 06:17:16 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild,v 1.3 2004/03/21 18:10:01 jhuebel Exp $
inherit nsplugins eutils
@@ -13,13 +13,15 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-$
HOMEPAGE="http://www.mozilla.org/projects/firefox"
RESTRICT="nostrip"
-KEYWORDS="x86 -ppc -sparc -alpha"
+KEYWORDS="x86 -ppc -sparc -alpha ~amd64"
SLOT="0"
LICENSE="MPL-1.1 NPL-1.1"
DEPEND="virtual/glibc"
-RDEPEND=">=sys-libs/lib-compat-1.0-r2
- =x11-libs/gtk+-2.2*
+RDEPEND="x86? ( >=sys-libs/lib-compat-1.0-r2 )
+ amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )
+ x86? ( =x11-libs/gtk+-2.2* )
+ amd64? ( >=app-emulation/emul-linux-x86-gtklibs-1.0 )
virtual/x11
!net-www/mozilla-firefox"