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 DD995158649 for ; Tue, 9 May 2023 12:00:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F3C7E07DB; Tue, 9 May 2023 12:00:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC199E07DB for ; Tue, 9 May 2023 12:00:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD65033BDD0 for ; Tue, 9 May 2023 12:00:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D8ADA34 for ; Tue, 9 May 2023 12:00:01 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1683633593.1332bfc05fdf3abf472c8c25fedf5100e8000528.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/jedit/jedit-5.6.0.ebuild X-VCS-Directories: app-editors/jedit/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1332bfc05fdf3abf472c8c25fedf5100e8000528 X-VCS-Branch: master Date: Tue, 9 May 2023 12:00:01 +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: 7bebbf9a-9c30-46ce-b9d8-b1ecde55b40c X-Archives-Hash: 75d5cd1eced7ef523208bc10c4abdede commit: 1332bfc05fdf3abf472c8c25fedf5100e8000528 Author: Arthur Zamarin gentoo org> AuthorDate: Tue May 9 11:59:53 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue May 9 11:59:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1332bfc0 app-editors/jedit: Stabilize 5.6.0 ppc64, #905987 Signed-off-by: Arthur Zamarin gentoo.org> app-editors/jedit/jedit-5.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/jedit/jedit-5.6.0.ebuild b/app-editors/jedit/jedit-5.6.0.ebuild index 987196368f86..778ef411f332 100644 --- a/app-editors/jedit/jedit-5.6.0.ebuild +++ b/app-editors/jedit/jedit-5.6.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/project/jedit/jedit/${PV}/jedit${PV}source.tar.bz2 S="${WORKDIR}/jEdit" LICENSE="BSD GPL-2" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ppc64 x86" SLOT="0" CP_DEPEND="dev-java/jsr305:0"