diff options
Diffstat (limited to 'dev-java/icedtea-bin/files/icedtea-bin.env.sh')
-rw-r--r-- | dev-java/icedtea-bin/files/icedtea-bin.env.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/icedtea-bin/files/icedtea-bin.env.sh b/dev-java/icedtea-bin/files/icedtea-bin.env.sh index f85be43183f3..9734e8a604c0 100644 --- a/dev-java/icedtea-bin/files/icedtea-bin.env.sh +++ b/dev-java/icedtea-bin/files/icedtea-bin.env.sh @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 VERSION="IcedTea JDK ${PV}$(multilib_is_native_abi || printf ' ('${ABI}')')" @@ -7,7 +7,7 @@ JDK_HOME="${EPREFIX}/opt/icedtea-bin-${PV}$(multilib_is_native_abi || printf -- JAVAC="\${JAVA_HOME}/bin/javac" PATH="\${JAVA_HOME}/bin:\${JAVA_HOME}/jre/bin" ROOTPATH="\${JAVA_HOME}/bin:\${JAVA_HOME}/jre/bin" -LDPATH="\${JAVA_HOME}/jre/lib/$(get_system_arch)/:\${JAVA_HOME}/jre/lib/$(get_system_arch)/server/$([[ ${SLOT} = 7 ]] && printf :\${JAVA_HOME}/jre/lib/$(get_system_arch)/xawt/)" +LDPATH="\${JAVA_HOME}/jre/lib/$(get_system_arch)/:\${JAVA_HOME}/jre/lib/$(get_system_arch)/server/" MANPATH="${EPREFIX}/opt/icedtea-bin-${PV}/man" PROVIDES_TYPE="JDK JRE" PROVIDES_VERSION="1.${SLOT}" |