summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-02 09:30:04 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-02 09:31:04 +0100
commit8fba5f1db9366425301c95de6f8482ca012281f3 (patch)
tree8366e515df6809091f746136ef930e71f5665e50 /app-arch
parentprofiles/arch/amd64-fbsd: Mask net-misc/curl[*_libressl] (diff)
downloadgentoo-8fba5f1db9366425301c95de6f8482ca012281f3.tar.gz
gentoo-8fba5f1db9366425301c95de6f8482ca012281f3.tar.bz2
gentoo-8fba5f1db9366425301c95de6f8482ca012281f3.zip
app-arch/brotli: Tested on ~amd64-fbsd
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/brotli/brotli-1.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/brotli/brotli-1.0.2.ebuild b/app-arch/brotli/brotli-1.0.2.ebuild
index ea0a2daeddf8..c1b84d415710 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