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 BB209158090 for ; Fri, 6 May 2022 11:46:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71935E08FE; Fri, 6 May 2022 11:46:11 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08389E08FE for ; Fri, 6 May 2022 11:46:11 +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 1A7793419B4 for ; Fri, 6 May 2022 11:46:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65F6B3B2 for ; Fri, 6 May 2022 11:46:08 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1651837562.d63a9e7f5a0860147059944cf1091445f43143e3.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/gson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/gson/gson-2.8.8-r1.ebuild dev-java/gson/gson-2.8.8.ebuild X-VCS-Directories: dev-java/gson/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d63a9e7f5a0860147059944cf1091445f43143e3 X-VCS-Branch: master Date: Fri, 6 May 2022 11:46:08 +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: 80123477-254b-4d36-86cd-44ec6e45b7a3 X-Archives-Hash: e7817c432bf5c0524bf2848dd7cc38bf commit: d63a9e7f5a0860147059944cf1091445f43143e3 Author: Florian Schmaus gentoo org> AuthorDate: Fri May 6 11:45:10 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri May 6 11:46:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63a9e7f dev-java/gson: require JDK 11 to compile module-info.java Closes: https://bugs.gentoo.org/842912 Signed-off-by: Florian Schmaus gentoo.org> dev-java/gson/{gson-2.8.8.ebuild => gson-2.8.8-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/gson/gson-2.8.8.ebuild b/dev-java/gson/gson-2.8.8-r1.ebuild similarity index 98% rename from dev-java/gson/gson-2.8.8.ebuild rename to dev-java/gson/gson-2.8.8-r1.ebuild index a4d0f7c1d6f9..a69ff0ad0aab 100644 --- a/dev-java/gson/gson-2.8.8.ebuild +++ b/dev-java/gson/gson-2.8.8-r1.ebuild @@ -26,7 +26,7 @@ KEYWORDS="amd64 ~arm arm64 ppc64 x86" # test? junit:junit:4.13.2 -> >=dev-java/junit-4.13.2:4 DEPEND=" - >=virtual/jdk-1.8:* + virtual/jdk:11 " RDEPEND="