summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2018-03-23 19:13:39 -0500
committerWilliam Hubbs <williamh@gentoo.org>2018-03-23 19:21:00 -0500
commite4ce5f9576a33a58b0ba919d7080e7d1cbed8420 (patch)
tree52f151c7c8cdb3fea19844ea939241eef6441f8c /dev-lang
parentdev-python/PyQt5: stabilise 5.9.2 for amd64/x86 (diff)
downloadgentoo-e4ce5f9576a33a58b0ba919d7080e7d1cbed8420.tar.gz
gentoo-e4ce5f9576a33a58b0ba919d7080e7d1cbed8420.tar.bz2
gentoo-e4ce5f9576a33a58b0ba919d7080e7d1cbed8420.zip
dev-lang/go: stabilize 1.10 on amd64 for bug #651204
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/go/go-1.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.10.ebuild b/dev-lang/go/go-1.10.ebuild
index 503bf3c4a123..a5edf13b59d7 100644
--- a/dev-lang/go/go-1.10.ebuild
+++ b/dev-lang/go/go-1.10.ebuild
@@ -39,7 +39,7 @@ case ${PV} in
case ${PV} in
*_beta*|*_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"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is