Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
Date: Sat, 09 May 2020 23:00:17
Message-Id: 1589064051.c6f0e0857b8cfc07ce5880857825fdf3ff2d1389.slyfox@gentoo
1 commit: c6f0e0857b8cfc07ce5880857825fdf3ff2d1389
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 9 22:40:51 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 22:40:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f0e085
7
8 dev-lang/go: stable 1.14.2 for ppc64, bug #721562
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-lang/go/go-1.14.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/go/go-1.14.2.ebuild b/dev-lang/go/go-1.14.2.ebuild
18 index fc1429e51f5..bba4d17101d 100644
19 --- a/dev-lang/go/go-1.14.2.ebuild
20 +++ b/dev-lang/go/go-1.14.2.ebuild
21 @@ -21,7 +21,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 ;;
28 esac
29 esac