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 C05E915800F for ; Fri, 13 Jan 2023 13:01:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07FE7E07E1; Fri, 13 Jan 2023 13:01:38 +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 E15C4E07E1 for ; Fri, 13 Jan 2023 13:01:37 +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 0A33833FE7D for ; Fri, 13 Jan 2023 13:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FF6C803 for ; Fri, 13 Jan 2023 13:01:35 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1673614888.f0ca5f5ff786f9426dbfa29910a94ed689614d2d.arthurzam@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.6.ebuild X-VCS-Directories: dev-scheme/racket/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f0ca5f5ff786f9426dbfa29910a94ed689614d2d X-VCS-Branch: master Date: Fri, 13 Jan 2023 13:01:35 +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: 1245bb32-0c94-4d0b-8e5c-1b5e8c21c4c0 X-Archives-Hash: d0388e715bf053e8fb12d38756972f10 commit: f0ca5f5ff786f9426dbfa29910a94ed689614d2d Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 13 13:01:28 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 13 13:01:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ca5f5f dev-scheme/racket: Stabilize 8.6 ppc64, #881447 Signed-off-by: Arthur Zamarin gentoo.org> dev-scheme/racket/racket-8.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-scheme/racket/racket-8.6.ebuild b/dev-scheme/racket/racket-8.6.ebuild index f33c2c116b51..28e562b9b989 100644 --- a/dev-scheme/racket/racket-8.6.ebuild +++ b/dev-scheme/racket/racket-8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,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 )"