diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-04-10 16:21:52 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-04-10 16:26:45 -0400 |
commit | 64ce8a832d0f242ba84a91ea62ce38fae61d3229 (patch) | |
tree | 616e868d19427bd6295cd3dfbfef02c6420f9ff2 /app-arch/brotli | |
parent | dev-ruby/bluecloth: add ruby25 (diff) | |
download | gentoo-64ce8a832d0f242ba84a91ea62ce38fae61d3229.tar.gz gentoo-64ce8a832d0f242ba84a91ea62ce38fae61d3229.tar.bz2 gentoo-64ce8a832d0f242ba84a91ea62ce38fae61d3229.zip |
app-arch/brotli: Sync the -9999 version with the latest version
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-arch/brotli')
-rw-r--r-- | app-arch/brotli/brotli-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild index 98869f75b246..e06daa440b9b 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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~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 |