app-arch/brotli: Fix KEYWORDS in -9999
authorCraig Andrews <candrews@gentoo.org>
Fri, 2 Mar 2018 16:17:49 +0000 (11:17 -0500)
committerCraig Andrews <candrews@gentoo.org>
Fri, 2 Mar 2018 16:18:43 +0000 (11:18 -0500)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-arch/brotli/brotli-9999.ebuild

index 5b876796ed3c004cc4290985fe63d863a7642fe9..f437159d3521752477687e7bdd57a7527337806a 100644 (file)
@@ -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