commit: d709144b8d1dc16bb10941fa6ac03a551f0894da
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 18:39:41 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 18:39:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d709144b
dev-scheme/racket: Stabilize 8.5 x86, #861173
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-scheme/racket/racket-8.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-scheme/racket/racket-8.5.ebuild
b/dev-scheme/racket/racket-8.5.ebuild
index 51250aac50a5..3f624b63833c 100644
--- a/dev-scheme/racket/racket-8.5.ebuild
+++ b/dev-scheme/racket/racket-8.5.ebuild
@@ -24,7 +24,7 @@ LICENSE="
# PV == SLOT but this has to be checked carefully and in cases
# where we use _p, _pre, etc it will have to be set manually.
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
IUSE="+chez +doc +futures +jit minimal ncurses +places +threads"
# See bug #809785 re chez/threads
REQUIRED_USE="chez? ( futures places ) futures? ( jit threads ) places? (
threads )"