diff options
author | 2024-01-04 18:45:39 -0500 | |
---|---|---|
committer | 2024-01-06 21:29:02 +0200 | |
commit | 1b44535fb909c7ce811e08715a5f903f55d70af7 (patch) | |
tree | 1467af1d5cfbf03b1e9e895fa67cf719d0534723 | |
parent | dev-python/psycopg: Stabilize 3.1.14 sparc, #920622 (diff) | |
download | gentoo-1b44535fb909c7ce811e08715a5f903f55d70af7.tar.gz gentoo-1b44535fb909c7ce811e08715a5f903f55d70af7.tar.bz2 gentoo-1b44535fb909c7ce811e08715a5f903f55d70af7.zip |
dev-lang/go: destabilize 1.20.11 for ~x86
Closes: https://bugs.gentoo.org/921366
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
-rw-r--r-- | dev-lang/go/go-1.20.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/go/go-1.20.11.ebuild b/dev-lang/go/go-1.20.11.ebuild index ff581b99e355..635c2f4026b3 100644 --- a/dev-lang/go/go-1.20.11.ebuild +++ b/dev-lang/go/go-1.20.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" ;; esac esac |