summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2019-03-17 16:24:53 -0500
committerWilliam Hubbs <williamh@gentoo.org>2019-03-17 16:29:29 -0500
commit09d8a22411e33d1ea7e44df9aa118994c92f2c39 (patch)
tree20a21bf62ecf294fd5140edb4023f75f57cf8d0f /dev-lang/go
parentmate-base/mate-menus: make repoman happy (diff)
downloadgentoo-09d8a22411e33d1ea7e44df9aa118994c92f2c39.tar.gz
gentoo-09d8a22411e33d1ea7e44df9aa118994c92f2c39.tar.bz2
gentoo-09d8a22411e33d1ea7e44df9aa118994c92f2c39.zip
dev-lang/go: stable 1.12.1 on amd64
Bug: https://bugs.gentoo.org/680240 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r--dev-lang/go/go-1.12.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.12.1.ebuild b/dev-lang/go/go-1.12.1.ebuild
index 5945c3e7440b..a578011160be 100644
--- a/dev-lang/go/go-1.12.1.ebuild
+++ b/dev-lang/go/go-1.12.1.ebuild
@@ -37,7 +37,7 @@ case ${PV} in
case ${PV} in
*_beta*|*_rc*) ;;
*)
- KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris"
+ KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~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