commit: 4c2314824b1211d27e3fd1131f7f923e44e3e963 Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org> AuthorDate: Sun Mar 20 22:06:02 2016 +0000 Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org> CommitDate: Sun Mar 20 22:09:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c231482
www-client/firefox: Add ~arm64 keyword Currently, 45.x doesn't build on arm64, but 38 does, so we keyword it and ignore repoman's complaint that keywords are dropped. Package-Manager: portage-2.2.28 www-client/firefox/firefox-38.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-38.7.1.ebuild b/www-client/firefox/firefox-38.7.1.ebuild index 26ae219..56377cd 100644 --- a/www-client/firefox/firefox-38.7.1.ebuild +++ b/www-client/firefox/firefox-38.7.1.ebuild @@ -38,7 +38,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6 DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1"