diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-02-27 18:10:08 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-02-27 18:14:13 +0100 |
commit | e41cf729d93866bd27ddefd7b9a8c2bf0db83123 (patch) | |
tree | 6bc2bcd493a0c86946e7ca1f3ee12c06b671beef /dev-lang | |
parent | x11-wm/stumpwm: Add contrib modules (diff) | |
download | gentoo-e41cf729d93866bd27ddefd7b9a8c2bf0db83123.tar.gz gentoo-e41cf729d93866bd27ddefd7b9a8c2bf0db83123.tar.bz2 gentoo-e41cf729d93866bd27ddefd7b9a8c2bf0db83123.zip |
dev-lang/go: keyworded 1.6-r2 for x64-macos, bug #575510
Package-Manager: portage-2.2.27-prefix
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 e9e0d2bc3813..46f1cccd0c2d 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 ~x64-macos" ;; esac fi |