diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-02-27 20:23:39 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-02-27 20:29:57 +0000 |
commit | d451ba83eeb192a324bb6d6910e37aac234005d8 (patch) | |
tree | 8baa027fc7fce7706fc96cddbdaa2e944fecbbb2 /dev-lang | |
parent | profiles/prefix: avoid double inheritance of features/prefix/rpath (diff) | |
parent | dev-lang/go: add ~amd64-fbsd, ~x86-fbsd keyword, bug #575510 (diff) | |
download | gentoo-d451ba83eeb192a324bb6d6910e37aac234005d8.tar.gz gentoo-d451ba83eeb192a324bb6d6910e37aac234005d8.tar.bz2 gentoo-d451ba83eeb192a324bb6d6910e37aac234005d8.zip |
Merge github#922: dev-lang/go: add ~amd64-fbsd, ~x86-fbsd keyword.
Keyword dev-lang/go for FreeBSD x86/amd64.
Pull-Request: https://github.com/gentoo/gentoo/pull/922
Gentoo-Bug: https://bugs.gentoo.org/575510
Reporter: Yuta Satoh <nigoro.dev@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.6-r2.ebuild | 2 |
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 46f1cccd0c2d..afea3d7a0710 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 ~x64-macos" + KEYWORDS="-* ~amd64 ~arm64 ~amd64-fbsd ~x86-fbsd ~x64-macos" ;; esac fi |