diff options
author | Sam James <sam@gentoo.org> | 2020-08-07 01:59:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-07 01:59:44 +0000 |
commit | b3d4dfc3c07284debbd63f40e2ad77beb3f79dfc (patch) | |
tree | e4dc8593acaa2a982b1c751df9cde948e9ea34db | |
parent | dev-python/lockfile: pbr is BDEPEND-only (diff) | |
download | gentoo-b3d4dfc3c07284debbd63f40e2ad77beb3f79dfc.tar.gz gentoo-b3d4dfc3c07284debbd63f40e2ad77beb3f79dfc.tar.bz2 gentoo-b3d4dfc3c07284debbd63f40e2ad77beb3f79dfc.zip |
dev-lang/go: Stabilize 1.13.15 x86, #736156
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-lang/go/go-1.13.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.13.15.ebuild b/dev-lang/go/go-1.13.15.ebuild index 132283fb29f7..74bfde88180d 100644 --- a/dev-lang/go/go-1.13.15.ebuild +++ b/dev-lang/go/go-1.13.15.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 |