diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-01 19:47:06 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-01 19:47:06 +0300 |
commit | e62f27b973421f9fafa1e1b316e1ca8f31b1a2f6 (patch) | |
tree | 56a0681384b082c7668074cc9f997899ecce471e /dev-scheme | |
parent | dev-scheme/racket: Stabilize 8.13 amd64, #937072 (diff) | |
download | gentoo-e62f27b973421f9fafa1e1b316e1ca8f31b1a2f6.tar.gz gentoo-e62f27b973421f9fafa1e1b316e1ca8f31b1a2f6.tar.bz2 gentoo-e62f27b973421f9fafa1e1b316e1ca8f31b1a2f6.zip |
dev-scheme/racket: Stabilize 8.13 x86, #937072
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/racket/racket-8.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-scheme/racket/racket-8.13.ebuild b/dev-scheme/racket/racket-8.13.ebuild index 8e0f0fd0700d..213a28279471 100644 --- a/dev-scheme/racket/racket-8.13.ebuild +++ b/dev-scheme/racket/racket-8.13.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 )" |