diff options
author | Sam James <sam@gentoo.org> | 2024-02-15 13:55:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-15 13:55:01 +0000 |
commit | ac97e49a4d8814a0ec5c08e071dfb4cb89b6467c (patch) | |
tree | 772cc9ebbc9d9185cc8fbc085cbdaf3367892e12 /dev-scheme/racket | |
parent | dev-lang/fuzion: Stabilize 0.086 amd64, #924573 (diff) | |
download | gentoo-ac97e49a4d8814a0ec5c08e071dfb4cb89b6467c.tar.gz gentoo-ac97e49a4d8814a0ec5c08e071dfb4cb89b6467c.tar.bz2 gentoo-ac97e49a4d8814a0ec5c08e071dfb4cb89b6467c.zip |
dev-scheme/racket: Stabilize 8.11.1 x86, #924575
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-scheme/racket')
-rw-r--r-- | dev-scheme/racket/racket-8.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-scheme/racket/racket-8.11.1.ebuild b/dev-scheme/racket/racket-8.11.1.ebuild index 12cef05a89bf..7acbecece27e 100644 --- a/dev-scheme/racket/racket-8.11.1.ebuild +++ b/dev-scheme/racket/racket-8.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )" |