diff options
author | William Hubbs <williamh@gentoo.org> | 2019-05-17 09:41:51 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2019-05-18 11:48:58 -0500 |
commit | 70dd765b8fb8470edfa9a77f766965b9f4d93366 (patch) | |
tree | 9650cc642e336fe97ea698e64e0b9a76d75ffc7e /dev-lang/go | |
parent | media-libs/harfbuzz: Drop 2.0.2-r1 (diff) | |
download | gentoo-70dd765b8fb8470edfa9a77f766965b9f4d93366.tar.gz gentoo-70dd765b8fb8470edfa9a77f766965b9f4d93366.tar.bz2 gentoo-70dd765b8fb8470edfa9a77f766965b9f4d93366.zip |
dev-lang/go: stabilize 1.12.5 and 1.11.10 on amd64
Bug: https://bugs.gentoo.org/686158
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.11.10.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/go/go-1.12.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/go/go-1.11.10.ebuild b/dev-lang/go/go-1.11.10.ebuild index 3797d6e013de..3fa015ea3d83 100644 --- a/dev-lang/go/go-1.11.10.ebuild +++ b/dev-lang/go/go-1.11.10.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 diff --git a/dev-lang/go/go-1.12.5.ebuild b/dev-lang/go/go-1.12.5.ebuild index 3797d6e013de..3fa015ea3d83 100644 --- a/dev-lang/go/go-1.12.5.ebuild +++ b/dev-lang/go/go-1.12.5.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 |