From 6ab6f1d47a666a5fefe29a727488c29dca1d26f7 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sat, 22 Jan 2022 18:28:19 -0800 Subject: [PATCH] dev-java/openjdk-jre-bin: update eselect branding to "Eclipse Temurin" https://adoptium.net/faq.html#temurinName Signed-off-by: Georgy Yakovlev --- dev-java/openjdk-jre-bin/files/openjdk-jre-bin-11.env.sh | 2 +- dev-java/openjdk-jre-bin/files/openjdk-jre-bin-8.env.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/openjdk-jre-bin/files/openjdk-jre-bin-11.env.sh b/dev-java/openjdk-jre-bin/files/openjdk-jre-bin-11.env.sh index ec0dca401e6f0..fced31b2be329 100644 --- a/dev-java/openjdk-jre-bin/files/openjdk-jre-bin-11.env.sh +++ b/dev-java/openjdk-jre-bin/files/openjdk-jre-bin-11.env.sh @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -VERSION="AdoptOpenJDK JRE ${PV}" +VERSION="Eclipse Temurin JRE ${PV}" JAVA_HOME="${EPREFIX}/opt/${P}" JDK_HOME="${EPREFIX}/opt/${P}" JAVAC="\${JAVA_HOME}/bin/javac" diff --git a/dev-java/openjdk-jre-bin/files/openjdk-jre-bin-8.env.sh b/dev-java/openjdk-jre-bin/files/openjdk-jre-bin-8.env.sh index fabc13c4091c2..e3f380e33c609 100644 --- a/dev-java/openjdk-jre-bin/files/openjdk-jre-bin-8.env.sh +++ b/dev-java/openjdk-jre-bin/files/openjdk-jre-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 JRE ${PV}" +VERSION="Eclipse Temurin JRE ${PV}" JAVA_HOME="${EPREFIX}/opt/${P}" JDK_HOME="${EPREFIX}/opt/${P}" JAVAC="\${JAVA_HOME}/bin/javac"