summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-11 17:34:21 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-11 17:34:21 +0200
commit6285ca3133651fc3ce59f603c3340e5842e45c65 (patch)
treeb1afafd50c4a5eccdb86a302df377c5cd097dd24 /dev-lang/go/go-9999.ebuild
parentdev-haskell: Remove *-fbsd KEYWORDS (diff)
downloadgentoo-6285ca3133651fc3ce59f603c3340e5842e45c65.tar.gz
gentoo-6285ca3133651fc3ce59f603c3340e5842e45c65.tar.bz2
gentoo-6285ca3133651fc3ce59f603c3340e5842e45c65.zip
dev-lang: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/go/go-9999.ebuild')
-rw-r--r--dev-lang/go/go-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild
index a6151a8c829b..5e3547cfeada 100644
--- a/dev-lang/go/go-9999.ebuild
+++ b/dev-lang/go/go-9999.ebuild
@@ -37,7 +37,7 @@ case ${PV} in
case ${PV} in
*_beta*|*_rc*) ;;
*)
- KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+ KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is