summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2018-03-02 11:17:49 -0500
committerCraig Andrews <candrews@gentoo.org>2018-03-02 11:18:43 -0500
commitbe9e3223c6ee365a84bd10754e44a0d3f3dda62f (patch)
treeef53e6d831737fd51f9ee1887ebd8379df860b06 /app-arch
parentapp-arch/brotli: 1.0.3 version bump (diff)
downloadgentoo-be9e3223c6ee365a84bd10754e44a0d3f3dda62f.tar.gz
gentoo-be9e3223c6ee365a84bd10754e44a0d3f3dda62f.tar.bz2
gentoo-be9e3223c6ee365a84bd10754e44a0d3f3dda62f.zip
app-arch/brotli: Fix KEYWORDS in -9999
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/brotli/brotli-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild
index 5b876796ed3c..f437159d3521 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