diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2023-01-13 09:56:44 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2023-01-13 09:59:48 -0500 |
commit | b409dc0fdc0a7e44bd0f63c91c119a8db96a2d61 (patch) | |
tree | 8284900d1cb68222fb5c2df5e5e1a57a74bba944 /dev-java/openj9-openjdk-bin/files | |
parent | 1ad233c009de1216c4eaf75a02cd5e065eb1635a (diff) | |
download | gentoo-overlay-b409dc0fdc0a7e44bd0f63c91c119a8db96a2d61.tar.xz gentoo-overlay-b409dc0fdc0a7e44bd0f63c91c119a8db96a2d61.zip |
dev-java/openj9-openjdk*-bin: fix env files
Diffstat (limited to 'dev-java/openj9-openjdk-bin/files')
-rw-r--r-- | dev-java/openj9-openjdk-bin/files/openj9-openjdk-bin.env.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-java/openj9-openjdk-bin/files/openj9-openjdk-bin.env.sh b/dev-java/openj9-openjdk-bin/files/openj9-openjdk-bin.env.sh index 2e200d9..f4e3c9a 100644 --- a/dev-java/openj9-openjdk-bin/files/openj9-openjdk-bin.env.sh +++ b/dev-java/openj9-openjdk-bin/files/openj9-openjdk-bin.env.sh @@ -1,7 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -VERSION="AdoptOpenJDK ${DL_PV}" +VERSION="IBM Semeru JDK ${DL_PV}" JAVA_HOME="${EPREFIX}/opt/${P}" JDK_HOME="${EPREFIX}/opt/${P}" JAVAC="\${JAVA_HOME}/bin/javac" |