diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-02-29 19:36:58 -0500 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-03-01 09:18:00 +0200 |
commit | 36b43371835e31a281a427a89399cb88d0a63e77 (patch) | |
tree | a398852a6737d5d552ddd22540c0b0ba05fbf3d9 /dev-scheme | |
parent | net-libs/rabbitmq-c: Stabilize 0.13.0 ppc, #924320 (diff) | |
download | gentoo-36b43371835e31a281a427a89399cb88d0a63e77.tar.gz gentoo-36b43371835e31a281a427a89399cb88d0a63e77.tar.bz2 gentoo-36b43371835e31a281a427a89399cb88d0a63e77.zip |
dev-scheme/racket: Stabilize 8.11.1 ppc64, #924575
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/racket/racket-8.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-scheme/racket/racket-8.11.1.ebuild b/dev-scheme/racket/racket-8.11.1.ebuild index 056c058ba7d0..e2a5edce8099 100644 --- a/dev-scheme/racket/racket-8.11.1.ebuild +++ b/dev-scheme/racket/racket-8.11.1.ebuild @@ -25,7 +25,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 iconv +jit minimal ncurses +places +threads" # See bug #809785 re chez/threads REQUIRED_USE="chez? ( futures places ) futures? ( jit threads ) places? ( threads )" |