From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7DCE15800D for ; Fri, 7 Jul 2023 22:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB778E0855; Fri, 7 Jul 2023 22:54:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C082CE0855 for ; Fri, 7 Jul 2023 22:54:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C568B340E2F for ; Fri, 7 Jul 2023 22:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 452E3119 for ; Fri, 7 Jul 2023 22:54:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1688770471.228168b63d0bad16bcc3a17af462b2abcbb6439a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/racket/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/racket/racket-8.9.ebuild X-VCS-Directories: dev-scheme/racket/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 228168b63d0bad16bcc3a17af462b2abcbb6439a X-VCS-Branch: master Date: Fri, 7 Jul 2023 22:54:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d836b2ab-c921-42d8-841e-73b92d6a44cb X-Archives-Hash: 81f88b79b2b29db4c35e70369fbcf45a commit: 228168b63d0bad16bcc3a17af462b2abcbb6439a Author: Sam James gentoo org> AuthorDate: Fri Jul 7 22:54:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 7 22:54:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228168b6 dev-scheme/racket: Stabilize 8.9 amd64, #909826 Signed-off-by: Sam James gentoo.org> dev-scheme/racket/racket-8.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-scheme/racket/racket-8.9.ebuild b/dev-scheme/racket/racket-8.9.ebuild index aea3f9340d79..d004dfc42c21 100644 --- a/dev-scheme/racket/racket-8.9.ebuild +++ b/dev-scheme/racket/racket-8.9.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 )"