diff options
Diffstat (limited to 'dev-java/icedtea-bin')
-rw-r--r-- | dev-java/icedtea-bin/files/icedtea-bin-7.env | 1 | ||||
-rw-r--r-- | dev-java/icedtea-bin/files/icedtea-bin-8.env | 1 | ||||
-rw-r--r-- | dev-java/icedtea-bin/files/icedtea-bin.env.sh | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/dev-java/icedtea-bin/files/icedtea-bin-7.env b/dev-java/icedtea-bin/files/icedtea-bin-7.env index 2db5c7b9fa61..2bbe777a52b5 100644 --- a/dev-java/icedtea-bin/files/icedtea-bin-7.env +++ b/dev-java/icedtea-bin/files/icedtea-bin-7.env @@ -1,6 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ VERSION="IcedTea JDK @PV@" JAVA_HOME="@GENTOO_PORTAGE_EPREFIX@/opt/icedtea-bin-@PV@" diff --git a/dev-java/icedtea-bin/files/icedtea-bin-8.env b/dev-java/icedtea-bin/files/icedtea-bin-8.env index e6feaabd034d..91343cfd1383 100644 --- a/dev-java/icedtea-bin/files/icedtea-bin-8.env +++ b/dev-java/icedtea-bin/files/icedtea-bin-8.env @@ -1,6 +1,5 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ VERSION="IcedTea JDK @PV@" JAVA_HOME="@GENTOO_PORTAGE_EPREFIX@/opt/icedtea-bin-@PV@" diff --git a/dev-java/icedtea-bin/files/icedtea-bin.env.sh b/dev-java/icedtea-bin/files/icedtea-bin.env.sh index a77df81ee660..f85be43183f3 100644 --- a/dev-java/icedtea-bin/files/icedtea-bin.env.sh +++ b/dev-java/icedtea-bin/files/icedtea-bin.env.sh @@ -1,6 +1,5 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ VERSION="IcedTea JDK ${PV}$(multilib_is_native_abi || printf ' ('${ABI}')')" JAVA_HOME="${EPREFIX}/opt/icedtea-bin-${PV}$(multilib_is_native_abi || printf -- -${ABI})" |