diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-01 21:07:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-01 21:07:20 +0300 |
commit | 1f89c3eb7a85a827ce73360299a8fed03aa9707b (patch) | |
tree | dd5edee375606d95895f3d4f2372fde6c13dfea6 /dev-scheme/racket | |
parent | app-emulation/vkd3d-proton: Stabilize 2.10 x86, #915003 (diff) | |
download | gentoo-1f89c3eb7a85a827ce73360299a8fed03aa9707b.tar.gz gentoo-1f89c3eb7a85a827ce73360299a8fed03aa9707b.tar.bz2 gentoo-1f89c3eb7a85a827ce73360299a8fed03aa9707b.zip |
dev-scheme/racket: Stabilize 8.10 amd64, #915022
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-scheme/racket')
-rw-r--r-- | dev-scheme/racket/racket-8.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-scheme/racket/racket-8.10.ebuild b/dev-scheme/racket/racket-8.10.ebuild index aea3f9340d79..d004dfc42c21 100644 --- a/dev-scheme/racket/racket-8.10.ebuild +++ b/dev-scheme/racket/racket-8.10.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 )" |