diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-13 14:04:59 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-13 14:04:59 +0200 |
commit | 607b341d821301f47f95a7cb7b7ae3789c22a6b9 (patch) | |
tree | 8c4c2b9bd1d3ba2c6814e33c5989be9e7d63b7d0 /dev-scheme | |
parent | dev-scheme/chez: Stabilize 10.0.0 amd64, #926886 (diff) | |
download | gentoo-607b341d821301f47f95a7cb7b7ae3789c22a6b9.tar.gz gentoo-607b341d821301f47f95a7cb7b7ae3789c22a6b9.tar.bz2 gentoo-607b341d821301f47f95a7cb7b7ae3789c22a6b9.zip |
dev-scheme/racket: Stabilize 8.12 amd64, #926887
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/racket/racket-8.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-scheme/racket/racket-8.12.ebuild b/dev-scheme/racket/racket-8.12.ebuild index ba40890c319a..95cd83230f74 100644 --- a/dev-scheme/racket/racket-8.12.ebuild +++ b/dev-scheme/racket/racket-8.12.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 )" |