commit: 485cd783b31ce93e19f36100c1a61a40d0f62ee0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 21:44:04 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 21:44:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485cd783
dev-scheme/racket: Stabilize 8.12 ppc64, #926887
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-scheme/racket/racket-8.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-scheme/racket/racket-8.12.ebuild
b/dev-scheme/racket/racket-8.12.ebuild
index 52b883edf7f1..31965768b88e 100644
--- a/dev-scheme/racket/racket-8.12.ebuild
+++ b/dev-scheme/racket/racket-8.12.ebuild
@@ -22,7 +22,7 @@ LICENSE="|| ( MIT Apache-2.0 ) chez? ( Apache-2.0 ) !chez? (
LGPL-3 )"
# 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 iconv +jit minimal ncurses +places +threads"
# See bug #809785 re chez/threads
REQUIRED_USE="chez? ( futures places ) futures? ( jit threads ) places? (
threads )"