commit: 0fcecf77853b57c7bbdea68447fc2d99a327f379
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 19:34:52 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 19:35:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcecf77
app-arch/brotli-1.0.3-r1: added ~mips
app-arch/brotli/brotli-1.0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/brotli/brotli-1.0.3-r1.ebuild
b/app-arch/brotli/brotli-1.0.3-r1.ebuild
index 98869f75b24..e06daa440b9 100644
--- a/app-arch/brotli/brotli-1.0.3-r1.ebuild
+++ b/app-arch/brotli/brotli-1.0.3-r1.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