commit: be9e3223c6ee365a84bd10754e44a0d3f3dda62f
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 2 16:17:49 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Mar 2 16:18:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9e3223
app-arch/brotli: Fix KEYWORDS in -9999
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-arch/brotli/brotli-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/brotli/brotli-9999.ebuild
b/app-arch/brotli/brotli-9999.ebuild
index 5b876796ed3..f437159d352 100644
--- a/app-arch/brotli/brotli-9999.ebuild
+++ b/app-arch/brotli/brotli-9999.ebuild
@@ -28,7 +28,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/google/${PN}.git"
inherit git-r3
else
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
~amd64-fbsd ~amd64-linux ~x86-linux"
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
fi