Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/
Date: Fri, 02 Mar 2018 08:31:16
Message-Id: 1519979464.8fba5f1db9366425301c95de6f8482ca012281f3.mgorny@gentoo
1 commit: 8fba5f1db9366425301c95de6f8482ca012281f3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 2 08:30:04 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 08:31:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fba5f1d
7
8 app-arch/brotli: Tested on ~amd64-fbsd
9
10 app-arch/brotli/brotli-1.0.2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-arch/brotli/brotli-1.0.2.ebuild b/app-arch/brotli/brotli-1.0.2.ebuild
14 index ea0a2daeddf..c1b84d41571 100644
15 --- a/app-arch/brotli/brotli-1.0.2.ebuild
16 +++ b/app-arch/brotli/brotli-1.0.2.ebuild
17 @@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then
18 inherit git-r3
19 else
20 PATCHES=( "${FILESDIR}"/${P}-no-rpath.patch )
21 - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
22 + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
23 SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 fi