diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-16 15:31:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-16 15:31:13 +0000 |
commit | 9b52d11c61bde39cd121a6aab4dde961fa442062 (patch) | |
tree | 74d7cc8b50815a1780c540817cd0395acacc3c0f /net-www/mozilla-firefox-bin | |
parent | Fix missing cast that is fatal with newer gcc. (diff) | |
download | gentoo-2-9b52d11c61bde39cd121a6aab4dde961fa442062.tar.gz gentoo-2-9b52d11c61bde39cd121a6aab4dde961fa442062.tar.bz2 gentoo-2-9b52d11c61bde39cd121a6aab4dde961fa442062.zip |
change amd64 -> ~amd64
Diffstat (limited to 'net-www/mozilla-firefox-bin')
-rw-r--r-- | net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.ebuild b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.ebuild index fe089ff4995a..48bdffb405ae 100644 --- a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.ebuild +++ b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.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.9.ebuild,v 1.2 2004/06/16 15:30:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.ebuild,v 1.3 2004/06/16 15:31:13 agriffis Exp $ inherit nsplugins eutils mozilla-launcher @@ -13,7 +13,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-$ HOMEPAGE="http://www.mozilla.org/projects/firefox" RESTRICT="nostrip" -KEYWORDS="-* ~x86 amd64" +KEYWORDS="-* ~x86 ~amd64" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" |