diff options
author | 2022-06-13 09:32:21 +0200 | |
---|---|---|
committer | 2022-06-19 06:17:31 +0100 | |
commit | a2477228b3ec1577bff0fe24070e20ca3731677a (patch) | |
tree | d26a274d996404bd6e05320bfa3cf36c56c9e3da /dev-java/openjdk | |
parent | profiles/base: unmask USE=gentoo-vm on dev-java/openjdk{,-bin}:17 (diff) | |
download | gentoo-a2477228b3ec1577bff0fe24070e20ca3731677a.tar.gz gentoo-a2477228b3ec1577bff0fe24070e20ca3731677a.tar.bz2 gentoo-a2477228b3ec1577bff0fe24070e20ca3731677a.zip |
dev-java/openjdk: remove gentoo-vm warning
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/openjdk')
-rw-r--r-- | dev-java/openjdk/openjdk-17.0.3_p7.ebuild | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-java/openjdk/openjdk-17.0.3_p7.ebuild b/dev-java/openjdk/openjdk-17.0.3_p7.ebuild index a4b8f09c61e6..d7196756904f 100644 --- a/dev-java/openjdk/openjdk-17.0.3_p7.ebuild +++ b/dev-java/openjdk/openjdk-17.0.3_p7.ebuild @@ -304,16 +304,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}/usr/$(get_libdir)/${PN}-${SLOT}." - fi } |