diff options
author | William Hubbs <williamh@gentoo.org> | 2016-04-13 12:27:13 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2016-04-13 12:27:42 -0500 |
commit | 4ef803b609a921ae243f356fb0496db131888cb0 (patch) | |
tree | 8994a009bfd3f2062fbb6a2c9fb1e20a5b3a5b0b /dev-lang/go | |
parent | dev-lang/erlang: version bump to 18.3 (fixes bug 579340) (diff) | |
download | gentoo-4ef803b609a921ae243f356fb0496db131888cb0.tar.gz gentoo-4ef803b609a921ae243f356fb0496db131888cb0.tar.bz2 gentoo-4ef803b609a921ae243f356fb0496db131888cb0.zip |
dev-lang/go: stable 1.6.1 on amd64 and x86 for #579314
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.6.1.ebuild b/dev-lang/go/go-1.6.1.ebuild index 8a116ae0ed74..0cf5b7c56094 100644 --- a/dev-lang/go/go-1.6.1.ebuild +++ b/dev-lang/go/go-1.6.1.ebuild @@ -43,7 +43,7 @@ else case ${PV} in *9999*|*_rc*) ;; *) - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" ;; esac fi |