Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/
Date: Thu, 09 May 2019 20:32:18
Message-Id: 1557433909.82ce4423a6ec823c5351846645c6fcd9eac90e82.bman@gentoo
1 commit: 82ce4423a6ec823c5351846645c6fcd9eac90e82
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 9 20:31:49 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu May 9 20:31:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ce4423
7
8 app-arch/brotli: arm64 stable (bug #685120)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 RepoMan-Options: --include-arches="arm64"
13
14 app-arch/brotli/brotli-1.0.7.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-arch/brotli/brotli-1.0.7.ebuild b/app-arch/brotli/brotli-1.0.7.ebuild
18 index b84d981c77c..33296502d10 100644
19 --- a/app-arch/brotli/brotli-1.0.7.ebuild
20 +++ b/app-arch/brotli/brotli-1.0.7.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-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
26 + KEYWORDS="alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~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