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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CDCB1581F3 for ; Thu, 28 Nov 2024 15:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C4E4E08C8; Thu, 28 Nov 2024 15:16:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EA2BE08C0 for ; Thu, 28 Nov 2024 15:16:39 +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 C5F83342F93 for ; Thu, 28 Nov 2024 15:16:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39CE21F0B for ; Thu, 28 Nov 2024 15:16:36 +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: <1732806962.f2784b63a295d90637f53b0ad5ffa3d8c82cf9ed.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f2784b63a295d90637f53b0ad5ffa3d8c82cf9ed X-VCS-Branch: master Date: Thu, 28 Nov 2024 15:16:36 +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: 1b342958-5e81-4332-9bab-c7c999d8fbce X-Archives-Hash: fd8bbcbf6944a88ef4c804103509c391 commit: f2784b63a295d90637f53b0ad5ffa3d8c82cf9ed Author: Sam James gentoo org> AuthorDate: Thu Nov 28 15:16:02 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 28 15:16:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2784b63 dev-lang/oorexx: Keyword 5.0.0 arm, #945229 Signed-off-by: Sam James 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 6fae5c12f485..046902d06e02 100644 --- a/dev-lang/oorexx/oorexx-5.0.0.ebuild +++ b/dev-lang/oorexx/oorexx-5.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}-${APP_ LICENSE="CPL-1.0" SLOT="0" -KEYWORDS="amd64 ppc64 ~x86" +KEYWORDS="amd64 ~arm ppc64 ~x86" RDEPEND=" sys-libs/ncurses:=