diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-09 22:25:48 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-09 22:25:48 +0200 |
commit | 4746b0592a1a68814c47e560a43c0f913218087c (patch) | |
tree | 9615109dee3a732a6ff84da9eabd5adc20ff7f85 /dev-scheme/racket | |
parent | x11-libs/vte: Filter LTO since upstream does not support it (diff) | |
download | gentoo-4746b0592a1a68814c47e560a43c0f913218087c.tar.gz gentoo-4746b0592a1a68814c47e560a43c0f913218087c.tar.bz2 gentoo-4746b0592a1a68814c47e560a43c0f913218087c.zip |
dev-scheme/racket: Stabilize 8.13 ppc64, #937072
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-scheme/racket')
-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 213a28279471..ac5fc8538028 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 )" |