commit: 8fba5f1db9366425301c95de6f8482ca012281f3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 2 08:30:04 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 2 08:31:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fba5f1d
app-arch/brotli: Tested on ~amd64-fbsd
app-arch/brotli/brotli-1.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/brotli/brotli-1.0.2.ebuild
b/app-arch/brotli/brotli-1.0.2.ebuild
index ea0a2daeddf..c1b84d41571 100644
--- a/app-arch/brotli/brotli-1.0.2.ebuild
+++ b/app-arch/brotli/brotli-1.0.2.ebuild
@@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
PATCHES=( "${FILESDIR}"/${P}-no-rpath.patch )
- KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86
~amd64-linux ~x86-linux"
+ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86
~amd64-fbsd ~amd64-linux ~x86-linux"
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
fi