diff options
author | William Hubbs <williamh@gentoo.org> | 2016-03-14 17:10:23 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2016-03-14 17:11:46 -0500 |
commit | e883c286945f90df26d651899387ddca66f41c2a (patch) | |
tree | b43b093ae04c54b64709fb5fafdf56a8878b8eaa /dev-lang/go | |
parent | dev-lang/go: move 1.6-r2 to amd64 stable for #577434 (diff) | |
download | gentoo-e883c286945f90df26d651899387ddca66f41c2a.tar.gz gentoo-e883c286945f90df26d651899387ddca66f41c2a.tar.bz2 gentoo-e883c286945f90df26d651899387ddca66f41c2a.zip |
dev-lang/go: move 1.6-r2 to x86 for #577434
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-lang/go')
-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 c7466e4f4934..f09a7313bf26 100644 --- a/dev-lang/go/go-1.6-r2.ebuild +++ b/dev-lang/go/go-1.6-r2.ebuild @@ -42,7 +42,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 |