diff options
author | 2020-07-17 02:01:25 +0000 | |
---|---|---|
committer | 2020-07-17 02:01:25 +0000 | |
commit | 8e92ef8cce89852b35adc3ee7e2512587555a4af (patch) | |
tree | a12f4a72f6d88ca68c68c9dbc8b2f837cb069dbf | |
parent | dev-python/stevedore: arm keyworded (bug #732484) (diff) | |
download | gentoo-8e92ef8cce89852b35adc3ee7e2512587555a4af.tar.gz gentoo-8e92ef8cce89852b35adc3ee7e2512587555a4af.tar.bz2 gentoo-8e92ef8cce89852b35adc3ee7e2512587555a4af.zip |
dev-lang/go: ppc64 stable (bug #732578)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-lang/go/go-1.13.13.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/go/go-1.14.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/go/go-1.13.13.ebuild b/dev-lang/go/go-1.13.13.ebuild index 3d068937fbaf..0175c07a3525 100644 --- a/dev-lang/go/go-1.13.13.ebuild +++ b/dev-lang/go/go-1.13.13.ebuild @@ -21,7 +21,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 ~arm arm64 ppc64 ~s390 x86 ~amd64-linux ~x86-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.14.5.ebuild b/dev-lang/go/go-1.14.5.ebuild index a22506fed2c3..b00f3c4303fd 100644 --- a/dev-lang/go/go-1.14.5.ebuild +++ b/dev-lang/go/go-1.14.5.ebuild @@ -21,7 +21,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 ~arm arm64 ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" ;; esac esac |