dev-java/openjdk-jre-bin: tweak postinst message
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 17 Apr 2019 18:48:57 +0000 (11:48 -0700)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 17 Apr 2019 18:56:40 +0000 (11:56 -0700)
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
dev-java/openjdk-jre-bin/openjdk-jre-bin-8.202_p08.ebuild

index 89b46c775338f7503ea98821de733b33d762c29f..2af8e9e8e29db370630cf8ae174e158f53cc5c9d 100644 (file)
@@ -82,10 +82,10 @@ 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 "WARNING! You have enabled the gentoo-vm USE flag, making this JRE"
                ewarn "recognised by the system. This will almost certainly break things."
        else
-               ewarn "The experimental gentoo-vm USE flag has not been enabled so this JDK"
+               ewarn "The experimental gentoo-vm USE flag has not been enabled so this JRE"
                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 OpenJDK 8. This JRE must therefore be invoked using its"