Gentoo Archives: gentoo-commits

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