Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/
Date: Wed, 07 Oct 2020 06:53:11
Message-Id: 1602053537.48101b815e6cd290c6235924660d7251144ce171.ago@gentoo
1 commit: 48101b815e6cd290c6235924660d7251144ce171
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 06:52:17 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 06:52:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48101b81
7
8 app-arch/brotli: ppc64 stable wrt bug #745474
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 app-arch/brotli/brotli-1.0.9-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-arch/brotli/brotli-1.0.9-r1.ebuild b/app-arch/brotli/brotli-1.0.9-r1.ebuild
18 index cac23c5b536..3be4111151c 100644
19 --- a/app-arch/brotli/brotli-1.0.9-r1.ebuild
20 +++ b/app-arch/brotli/brotli-1.0.9-r1.ebuild
21 @@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then
22 EGIT_REPO_URI="https://github.com/google/${PN}.git"
23 inherit git-r3
24 else
25 - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
26 + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
27 SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 fi