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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33FC11382C5 for ; Mon, 26 Apr 2021 19:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 852DFE08F0; Mon, 26 Apr 2021 19:22:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2F2BE08F0 for ; Mon, 26 Apr 2021 19:22:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B352134143E for ; Mon, 26 Apr 2021 19:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DF21722 for ; Mon, 26 Apr 2021 19:22:11 +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: <1619464916.81eff93ed46375dac392481f64de57b7c277152f.sam@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.4.0.ebuild X-VCS-Directories: app-editors/jedit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 81eff93ed46375dac392481f64de57b7c277152f X-VCS-Branch: master Date: Mon, 26 Apr 2021 19:22:11 +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: 0935e62e-8405-41a8-a710-74ce4a64c1ca X-Archives-Hash: b661e430bab9bc32e0924b2caf535467 commit: 81eff93ed46375dac392481f64de57b7c277152f Author: Sam James gentoo org> AuthorDate: Mon Apr 26 19:20:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 26 19:21:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81eff93e app-editors/jedit: Stabilize 5.4.0 x86, #783639 Signed-off-by: Sam James gentoo.org> app-editors/jedit/jedit-5.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/jedit/jedit-5.4.0.ebuild b/app-editors/jedit/jedit-5.4.0.ebuild index 010c1a681ee..c4a52eee362 100644 --- a/app-editors/jedit/jedit-5.4.0.ebuild +++ b/app-editors/jedit/jedit-5.4.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://www.jedit.org" SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}source.tar.bz2" LICENSE="BSD GPL-2" -KEYWORDS="amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 x86" SLOT="0" CP_DEPEND="dev-java/jsr305:0"