Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/
Date: Tue, 27 Nov 2018 20:57:49
Message-Id: 1543352220.6a8155df240c2fdbe450e8d33149292093eaa4f5.klausman@gentoo
1 commit: 6a8155df240c2fdbe450e8d33149292093eaa4f5
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 27 20:57:00 2018 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 27 20:57:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8155df
7
8 app-arch/brotli-1.0.6-r1: alpha stable
9
10 Bug: http://bugs.gentoo.org/668496
11 Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>
12
13 app-arch/brotli/brotli-1.0.6-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-arch/brotli/brotli-1.0.6-r1.ebuild b/app-arch/brotli/brotli-1.0.6-r1.ebuild
17 index 1d2fd4ee1e2..761eaf2085a 100644
18 --- a/app-arch/brotli/brotli-1.0.6-r1.ebuild
19 +++ b/app-arch/brotli/brotli-1.0.6-r1.ebuild
20 @@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then
21 EGIT_REPO_URI="https://github.com/google/${PN}.git"
22 inherit git-r3
23 else
24 - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
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 SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 fi