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 DCAA0158498 for ; Wed, 22 May 2024 09:31:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A247E2A48; Wed, 22 May 2024 09:31:10 +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 BE016E2A51 for ; Wed, 22 May 2024 09:31:09 +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 B78A5340813 for ; Wed, 22 May 2024 09:31:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 244351B2C for ; Wed, 22 May 2024 09:31:07 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1716370226.611d56c357ce42c0192d3a999214a5740d045bb1.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/eclipse-ecj/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/eclipse-ecj/eclipse-ecj-4.27-r1.ebuild dev-java/eclipse-ecj/eclipse-ecj-4.27.ebuild X-VCS-Directories: dev-java/eclipse-ecj/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 611d56c357ce42c0192d3a999214a5740d045bb1 X-VCS-Branch: master Date: Wed, 22 May 2024 09:31:07 +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: abc8e44e-b521-448b-b3ad-b91d0b3fae50 X-Archives-Hash: 917741ce720585a9553af624bbba3b6e commit: 611d56c357ce42c0192d3a999214a5740d045bb1 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed May 22 08:50:12 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed May 22 09:30:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611d56c3 dev-java/eclipse-ecj: restrict 4.27 to >=virtual/jdk-21:* Closes: https://bugs.gentoo.org/931195 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/36767 Signed-off-by: Miroslav Šulc gentoo.org> .../{eclipse-ecj-4.27.ebuild => eclipse-ecj-4.27-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-java/eclipse-ecj/eclipse-ecj-4.27.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-4.27-r1.ebuild similarity index 94% rename from dev-java/eclipse-ecj/eclipse-ecj-4.27.ebuild rename to dev-java/eclipse-ecj/eclipse-ecj-4.27-r1.ebuild index 590dc3324bcb..5b3748f2682d 100644 --- a/dev-java/eclipse-ecj/eclipse-ecj-4.27.ebuild +++ b/dev-java/eclipse-ecj/eclipse-ecj-4.27-r1.ebuild @@ -17,14 +17,15 @@ HOMEPAGE="https://projects.eclipse.org/projects/eclipse.jdt" SRC_URI="https://archive.eclipse.org/eclipse/downloads/drops4/${DMF}/ecjsrc-${PV/_rc/RC}.jar" LICENSE="EPL-1.0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" SLOT="4.27" BDEPEND="app-arch/unzip" COMMON_DEP="app-eselect/eselect-java" +# jdk-21 for https://bugs.gentoo.org/931195 DEPEND="${COMMON_DEP} dev-java/ant:0 - >=virtual/jdk-17:*" + >=virtual/jdk-21:*" RDEPEND="${COMMON_DEP} >=virtual/jre-11:*"