commit: 64bba884765fb64b368a43f35b909f2832cd842d Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun Jan 23 02:26:24 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun Jan 23 02:26:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bba884
dev-java/openjdk-bin: update eselect branding to "Eclipse Temurin" https://adoptium.net/faq.html#temurinName Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-java/openjdk-bin/files/openjdk-bin-11.env.sh | 2 +- dev-java/openjdk-bin/files/openjdk-bin-17.env.sh | 2 +- dev-java/openjdk-bin/files/openjdk-bin-8.env.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/openjdk-bin/files/openjdk-bin-11.env.sh b/dev-java/openjdk-bin/files/openjdk-bin-11.env.sh index 9e9c5ec54870..073e66f7ee9c 100644 --- a/dev-java/openjdk-bin/files/openjdk-bin-11.env.sh +++ b/dev-java/openjdk-bin/files/openjdk-bin-11.env.sh @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -VERSION="AdoptOpenJDK ${PV}" +VERSION="Eclipse Temurin JDK ${PV}" JAVA_HOME="${EPREFIX}/opt/${P}" JDK_HOME="${EPREFIX}/opt/${P}" JAVAC="\${JAVA_HOME}/bin/javac" diff --git a/dev-java/openjdk-bin/files/openjdk-bin-17.env.sh b/dev-java/openjdk-bin/files/openjdk-bin-17.env.sh index 6dc16a10bff2..f6d25d57c4a1 100644 --- a/dev-java/openjdk-bin/files/openjdk-bin-17.env.sh +++ b/dev-java/openjdk-bin/files/openjdk-bin-17.env.sh @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -VERSION="AdoptOpenJDK ${PV}" +VERSION="Eclipse Temurin JDK ${PV}" JAVA_HOME="${EPREFIX}/opt/${P}" JDK_HOME="${EPREFIX}/opt/${P}" JAVAC="\${JAVA_HOME}/bin/javac" diff --git a/dev-java/openjdk-bin/files/openjdk-bin-8.env.sh b/dev-java/openjdk-bin/files/openjdk-bin-8.env.sh index 264572a4b219..fe1b484edfa1 100644 --- a/dev-java/openjdk-bin/files/openjdk-bin-8.env.sh +++ b/dev-java/openjdk-bin/files/openjdk-bin-8.env.sh @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -VERSION="AdoptOpenJDK ${PV}" +VERSION="Eclipse Temurin JDK ${PV}" JAVA_HOME="${EPREFIX}/opt/${P}" JDK_HOME="${EPREFIX}/opt/${P}" JAVAC="\${JAVA_HOME}/bin/javac"
