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 2B018158089 for ; Tue, 5 Sep 2023 07:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C3912BC01A; Tue, 5 Sep 2023 07:33:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 52C482BC01A for ; Tue, 5 Sep 2023 07:33:59 +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 804FE335CB7 for ; Tue, 5 Sep 2023 07:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 110A41130 for ; Tue, 5 Sep 2023 07:33:57 +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: <1693899232.bea6c4eada492e59f284e339c68ef010c0e0cf7b.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jakartaee-migration/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jakartaee-migration/jakartaee-migration-1.0.7-r1.ebuild X-VCS-Directories: dev-java/jakartaee-migration/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: bea6c4eada492e59f284e339c68ef010c0e0cf7b X-VCS-Branch: master Date: Tue, 5 Sep 2023 07:33:57 +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: 2a1dcf3b-d87a-446c-859f-92d54c2dbd04 X-Archives-Hash: 5387c5f4a3c314cff40bba2110ec74f1 commit: bea6c4eada492e59f284e339c68ef010c0e0cf7b Author: Miroslav Šulc gentoo org> AuthorDate: Tue Sep 5 07:33:43 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Sep 5 07:33:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea6c4ea dev-java/jakartaee-migration: added comment to jdk version in DEPEND Signed-off-by: Miroslav Šulc gentoo.org> dev-java/jakartaee-migration/jakartaee-migration-1.0.7-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-java/jakartaee-migration/jakartaee-migration-1.0.7-r1.ebuild b/dev-java/jakartaee-migration/jakartaee-migration-1.0.7-r1.ebuild index 27e7ce0744a9..4308d151f1bf 100644 --- a/dev-java/jakartaee-migration/jakartaee-migration-1.0.7-r1.ebuild +++ b/dev-java/jakartaee-migration/jakartaee-migration-1.0.7-r1.ebuild @@ -35,6 +35,11 @@ CDEPEND=" # POM: pom.xml # test? junit:junit:4.13.2 -> >=dev-java/junit-4.13.2:4 +# we need jdk-11 just for some tests as those need stuff from newer jdk, +# otherwise the package as of version 1.0.7 compiles fine with jdk 1.8 +# with tests disabled +# see bug https://bugs.gentoo.org/910499 + DEPEND=" >=virtual/jdk-11:* ${CDEPEND}