summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta Satoh <nigoro.dev@gmail.com>2016-02-26 21:04:50 +0900
committerYuta Satoh <nigoro.dev@gmail.com>2016-02-26 21:04:50 +0900
commitde47eabed89bdaa6092fb4de97548b5ae13ae941 (patch)
tree8cbcbb4d394dfa33d41e6ecca5457c5632d47e9c /dev-lang
parentprofiles/package.mask: postfix-3.1 releases no longer masked (diff)
downloadgentoo-de47eabed89bdaa6092fb4de97548b5ae13ae941.tar.gz
gentoo-de47eabed89bdaa6092fb4de97548b5ae13ae941.tar.bz2
gentoo-de47eabed89bdaa6092fb4de97548b5ae13ae941.zip
dev-lang/go: add ~amd64-fbsd, ~x86-fbsd keyword, bug #575510
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/go/go-1.6-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.6-r2.ebuild b/dev-lang/go/go-1.6-r2.ebuild
index e9e0d2bc3813..9c21fe2b1f53 100644
--- a/dev-lang/go/go-1.6-r2.ebuild
+++ b/dev-lang/go/go-1.6-r2.ebuild
@@ -39,7 +39,7 @@ else
case ${PV} in
*9999*|*_rc*) ;;
*)
- KEYWORDS="-* ~amd64 ~arm64"
+ KEYWORDS="-* ~amd64 ~arm64 ~amd64-fbsd ~x86-fbsd"
;;
esac
fi