Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/
Date: Mon, 05 Feb 2018 21:27:21
Message-Id: 1517865963.89c6aac6c5bb2360544dfaa811c4b31b1f921f10.maekke@gentoo
1 commit: 89c6aac6c5bb2360544dfaa811c4b31b1f921f10
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 5 21:26:03 2018 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 21:26:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c6aac6
7
8 app-arch/brotli: arm stable, bug #645698
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 RepoMan-Options: --include-arches="arm"
12
13 app-arch/brotli/brotli-1.0.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-arch/brotli/brotli-1.0.2.ebuild b/app-arch/brotli/brotli-1.0.2.ebuild
17 index 7c3f2752aa4..b787d9919a8 100644
18 --- a/app-arch/brotli/brotli-1.0.2.ebuild
19 +++ b/app-arch/brotli/brotli-1.0.2.ebuild
20 @@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then
21 inherit git-r3
22 else
23 PATCHES=( "${FILESDIR}"/${P}-no-rpath.patch )
24 - KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux"
25 + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux"
26 SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 fi