Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
Date: Sun, 26 Jan 2020 19:30:24
Message-Id: 1580066994.3ab07451c4174e7f6ff0f55d60947b91a18baa0f.williamh@gentoo
1 commit: 3ab07451c4174e7f6ff0f55d60947b91a18baa0f
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 19:29:54 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 19:29:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab07451
7
8 dev-lang/go: stable 1.12.15 on amd64 and x86
9
10 bug: https://bugs.gentoo.org/706512
11
12 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
13
14 dev-lang/go/go-1.12.15.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/go/go-1.12.15.ebuild b/dev-lang/go/go-1.12.15.ebuild
18 index 5e3547cfead..d39e305b8e2 100644
19 --- a/dev-lang/go/go-1.12.15.ebuild
20 +++ b/dev-lang/go/go-1.12.15.ebuild
21 @@ -37,7 +37,7 @@ case ${PV} in
22 case ${PV} in
23 *_beta*|*_rc*) ;;
24 *)
25 - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
26 + KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
27 # The upstream tests fail under portage but pass if the build is
28 # run according to their documentation [1].
29 # I am restricting the tests on released versions until this is