diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-01 18:23:17 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-01 18:23:17 +0000 |
commit | a1b50d59a462d8dd92ecbdc987535514a987fa4e (patch) | |
tree | cfaef05d896101279a1633fa1b7e3e1dd315485c /dev-scheme | |
parent | dev-libs/libnl: Stabilize 3.8.0 ppc, #914997 (diff) | |
download | gentoo-a1b50d59a462d8dd92ecbdc987535514a987fa4e.tar.gz gentoo-a1b50d59a462d8dd92ecbdc987535514a987fa4e.tar.bz2 gentoo-a1b50d59a462d8dd92ecbdc987535514a987fa4e.zip |
dev-scheme/racket: Stabilize 8.10 x86, #915022
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-scheme')
-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 d004dfc42c21..37f448162231 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 )" |