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 1467A158064 for ; Wed, 8 May 2024 19:35:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54CEFE2D7D; Wed, 8 May 2024 19:35:00 +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 36EACE2A69 for ; Wed, 8 May 2024 19:35:00 +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 4C85D3430BF for ; Wed, 8 May 2024 19:34:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 738C11A45 for ; Wed, 8 May 2024 19:34:56 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1715196374.c051fe3df40200954895a58cf9525d240f0ace7d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/oorexx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/oorexx/oorexx-5.0.0.ebuild X-VCS-Directories: dev-lang/oorexx/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c051fe3df40200954895a58cf9525d240f0ace7d X-VCS-Branch: master Date: Wed, 8 May 2024 19:34:56 +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: 7984ad2f-b293-4f72-924e-3d46ebee3467 X-Archives-Hash: 5269299d1d97bf991618f47b3449cdc8 commit: c051fe3df40200954895a58cf9525d240f0ace7d Author: Matoro Mahri matoro tk> AuthorDate: Wed May 8 14:52:44 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed May 8 19:26:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c051fe3d dev-lang/oorexx: keyword 5.0.0 for ~ppc64 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Mike Gilbert gentoo.org> dev-lang/oorexx/oorexx-5.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/oorexx/oorexx-5.0.0.ebuild b/dev-lang/oorexx/oorexx-5.0.0.ebuild index 6e12e524e9d0..6714702cc6ff 100644 --- a/dev-lang/oorexx/oorexx-5.0.0.ebuild +++ b/dev-lang/oorexx/oorexx-5.0.0.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${P}" LICENSE="CPL-1.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND=" sys-libs/ncurses:=