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 8B862158089 for ; Thu, 28 Sep 2023 04:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DAC32BC027; Thu, 28 Sep 2023 04:21:16 +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 3E19C2BC027 for ; Thu, 28 Sep 2023 04:21:16 +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 57DC9335CF4 for ; Thu, 28 Sep 2023 04:21:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6A661276 for ; Thu, 28 Sep 2023 04:21:12 +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: <1695874841.6f5a12ca79aa13b0130d15d9bc20754b7190f2ac.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/inform/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/inform/inform-6.35_p4.ebuild X-VCS-Directories: dev-lang/inform/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f5a12ca79aa13b0130d15d9bc20754b7190f2ac X-VCS-Branch: master Date: Thu, 28 Sep 2023 04:21:12 +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: 7cf65c45-2810-429e-968e-a2ac22a8257a X-Archives-Hash: 2219fa9dfbd8c106b9cfc032b7f3a103 commit: 6f5a12ca79aa13b0130d15d9bc20754b7190f2ac Author: Sam James gentoo org> AuthorDate: Thu Sep 28 04:20:41 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 28 04:20:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5a12ca dev-lang/inform: Stabilize 6.35_p4 x86, #914806 Signed-off-by: Sam James gentoo.org> dev-lang/inform/inform-6.35_p4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/inform/inform-6.35_p4.ebuild b/dev-lang/inform/inform-6.35_p4.ebuild index e9997f6c95c1..56506b5a25f1 100644 --- a/dev-lang/inform/inform-6.35_p4.ebuild +++ b/dev-lang/inform/inform-6.35_p4.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Artistic-2 Inform" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="emacs tools" # non-interactive tests use ruby, seem broken, and return true even on failure RESTRICT="test"