Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/
Date: Fri, 02 Mar 2018 16:18:54
Message-Id: 1520007523.be9e3223c6ee365a84bd10754e44a0d3f3dda62f.candrews@gentoo
1 commit: be9e3223c6ee365a84bd10754e44a0d3f3dda62f
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 2 16:17:49 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 16:18:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9e3223
7
8 app-arch/brotli: Fix KEYWORDS in -9999
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-arch/brotli/brotli-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild
16 index 5b876796ed3..f437159d352 100644
17 --- a/app-arch/brotli/brotli-9999.ebuild
18 +++ b/app-arch/brotli/brotli-9999.ebuild
19 @@ -28,7 +28,7 @@ if [[ ${PV} == "9999" ]] ; then
20 EGIT_REPO_URI="https://github.com/google/${PN}.git"
21 inherit git-r3
22 else
23 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
25 SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26 fi