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 2C9C2158091 for ; Sun, 19 Jun 2022 05:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B9A2E0C40; Sun, 19 Jun 2022 05:17:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1B71CE0C3F for ; Sun, 19 Jun 2022 05:17:49 +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 EECE5341AB0 for ; Sun, 19 Jun 2022 05:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47A66507 for ; Sun, 19 Jun 2022 05:17:46 +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: <1655615851.ca976ee5fe3a5b442d34d0129ebc51a018ed8e5b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/openjdk-bin/openjdk-bin-17.0.3_p7.ebuild X-VCS-Directories: dev-java/openjdk-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ca976ee5fe3a5b442d34d0129ebc51a018ed8e5b X-VCS-Branch: master Date: Sun, 19 Jun 2022 05:17:46 +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: eecd85f9-e1e1-4c8b-a7b6-ee351f6eec84 X-Archives-Hash: 9d97488b8af1794993bbc5dd501ccfb4 commit: ca976ee5fe3a5b442d34d0129ebc51a018ed8e5b Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Jun 13 07:35:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 19 05:17:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca976ee5 dev-java/openjdk-bin: remove gentoo-vm warning Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/25863 Signed-off-by: Sam James gentoo.org> dev-java/openjdk-bin/openjdk-bin-17.0.3_p7.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dev-java/openjdk-bin/openjdk-bin-17.0.3_p7.ebuild b/dev-java/openjdk-bin/openjdk-bin-17.0.3_p7.ebuild index f5637ac0f050..1ad02aaacb18 100644 --- a/dev-java/openjdk-bin/openjdk-bin-17.0.3_p7.ebuild +++ b/dev-java/openjdk-bin/openjdk-bin-17.0.3_p7.ebuild @@ -133,16 +133,4 @@ src_install() { pkg_postinst() { java-vm-2_pkg_postinst - - if use gentoo-vm ; then - ewarn "WARNING! You have enabled the gentoo-vm USE flag, making this JDK" - ewarn "recognised by the system. This will almost certainly break" - ewarn "many java ebuilds as they are not ready for openjdk-${SLOT}" - else - ewarn "The experimental gentoo-vm USE flag has not been enabled so this JDK" - ewarn "will not be recognised by the system. For example, simply calling" - ewarn "\"java\" will launch a different JVM. This is necessary until Gentoo" - ewarn "fully supports Java ${SLOT}. This JDK must therefore be invoked using its" - ewarn "absolute location under ${EPREFIX}/opt/${P}." - fi }