Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/
Date: Wed, 28 Mar 2018 19:35:19
Message-Id: 1522265707.0fcecf77853b57c7bbdea68447fc2d99a327f379.mattst88@gentoo
1 commit: 0fcecf77853b57c7bbdea68447fc2d99a327f379
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 19:34:52 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 19:35:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcecf77
7
8 app-arch/brotli-1.0.3-r1: added ~mips
9
10 app-arch/brotli/brotli-1.0.3-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-arch/brotli/brotli-1.0.3-r1.ebuild b/app-arch/brotli/brotli-1.0.3-r1.ebuild
14 index 98869f75b24..e06daa440b9 100644
15 --- a/app-arch/brotli/brotli-1.0.3-r1.ebuild
16 +++ b/app-arch/brotli/brotli-1.0.3-r1.ebuild
17 @@ -28,7 +28,7 @@ if [[ ${PV} == "9999" ]] ; then
18 EGIT_REPO_URI="https://github.com/google/${PN}.git"
19 inherit git-r3
20 else
21 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
22 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
23 SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 fi