diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 19:22:14 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 19:22:14 +0200 |
commit | 67f716f74f310eb621044dc8b0d58f931c2da6d1 (patch) | |
tree | 345f38c5bce23727a19d3e908a2428636c367874 /dev-scheme/racket | |
parent | dev-java/log4j-over-slf4j: Stabilize 2.0.3 x86, #880575 (diff) | |
download | gentoo-67f716f74f310eb621044dc8b0d58f931c2da6d1.tar.gz gentoo-67f716f74f310eb621044dc8b0d58f931c2da6d1.tar.bz2 gentoo-67f716f74f310eb621044dc8b0d58f931c2da6d1.zip |
dev-scheme/racket: Stabilize 8.6 x86, #881447
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-scheme/racket')
-rw-r--r-- | dev-scheme/racket/racket-8.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-scheme/racket/racket-8.6.ebuild b/dev-scheme/racket/racket-8.6.ebuild index 7b0268491b5f..f33c2c116b51 100644 --- a/dev-scheme/racket/racket-8.6.ebuild +++ b/dev-scheme/racket/racket-8.6.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 iconv +jit minimal ncurses +places +threads" # See bug #809785 re chez/threads REQUIRED_USE="chez? ( futures places ) futures? ( jit threads ) places? ( threads )" |