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 3528115808B for ; Thu, 17 Feb 2022 11:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 180F8E0895; Thu, 17 Feb 2022 11:00:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8506E07D3 for ; Thu, 17 Feb 2022 11:00:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B84E342ECE for ; Thu, 17 Feb 2022 11:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 164551EF for ; Thu, 17 Feb 2022 11:00:21 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1645095606.97c430fb371605513d225c7e2d3581d5e3aeca0c.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/gcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/gcl/gcl-2.6.12.ebuild X-VCS-Directories: dev-lisp/gcl/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 97c430fb371605513d225c7e2d3581d5e3aeca0c X-VCS-Branch: master Date: Thu, 17 Feb 2022 11:00:21 +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: ab58e4a1-c235-4b79-b350-4f5e29905217 X-Archives-Hash: b5195c06f82ea9e34534bfc9447f79b4 commit: 97c430fb371605513d225c7e2d3581d5e3aeca0c Author: Jakov Smolić gentoo org> AuthorDate: Thu Feb 17 11:00:06 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Feb 17 11:00:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c430fb dev-lisp/gcl: Stabilize 2.6.12 ppc64, #828735 Signed-off-by: Jakov Smolić gentoo.org> dev-lisp/gcl/gcl-2.6.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/gcl/gcl-2.6.12.ebuild b/dev-lisp/gcl/gcl-2.6.12.ebuild index 944c4454a616..37a0306ac5f1 100644 --- a/dev-lisp/gcl/gcl-2.6.12.ebuild +++ b/dev-lisp/gcl/gcl-2.6.12.ebuild @@ -11,7 +11,7 @@ S="${WORKDIR}"/${PN} LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ppc64 ~x86" IUSE="+ansi athena emacs +readline tk X" # See bug #205803