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 521CB158090 for ; Wed, 2 Oct 2024 19:44:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB8B8E29D0; Wed, 2 Oct 2024 19:44:31 +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 D5510E29D0 for ; Wed, 2 Oct 2024 19:44:31 +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 D2D4034308D for ; Wed, 2 Oct 2024 19:44:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EC6B27F6 for ; Wed, 2 Oct 2024 19:44:27 +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: <1727898230.0209d7e77f6e14fa196fedd1a836c99783505572.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: 0209d7e77f6e14fa196fedd1a836c99783505572 X-VCS-Branch: master Date: Wed, 2 Oct 2024 19:44:27 +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: 570dd84b-e901-411e-8902-4034fa2bf109 X-Archives-Hash: fa8addeda201a81c7787ca58b79c8385 commit: 0209d7e77f6e14fa196fedd1a836c99783505572 Author: Sam James gentoo org> AuthorDate: Wed Oct 2 19:43:50 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 2 19:43:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0209d7e7 dev-lang/oorexx: Stabilize 5.0.0 ppc64, #940656 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 73dac6c302b3..3b8e6795c55c 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 ppc64 ~x86" RDEPEND=" sys-libs/ncurses:=