summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2017-12-06 21:46:36 +0000
committerJames Le Cuirot <chewi@gentoo.org>2017-12-06 21:54:49 +0000
commit01f25a98b29dfe6e337fe45efea5e38266d137b0 (patch)
treebebd6001d4a4ee03a0501555de0bc7daa29b8afa /dev-java/icedtea/files
parentvirtual/jdk: Goodbye Java 7! (diff)
downloadgentoo-01f25a98b29dfe6e337fe45efea5e38266d137b0.tar.gz
gentoo-01f25a98b29dfe6e337fe45efea5e38266d137b0.tar.bz2
gentoo-01f25a98b29dfe6e337fe45efea5e38266d137b0.zip
dev-java/icedtea: Goodbye Java 7!
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-java/icedtea/files')
-rw-r--r--dev-java/icedtea/files/icedtea.env.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/icedtea/files/icedtea.env.sh b/dev-java/icedtea/files/icedtea.env.sh
index cf3791afd738..ac8303bda073 100644
--- a/dev-java/icedtea/files/icedtea.env.sh
+++ b/dev-java/icedtea/files/icedtea.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}"
@@ -7,7 +7,7 @@ JDK_HOME="${EPREFIX}/usr/$(get_libdir)/icedtea${SLOT}"
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}/usr/$(get_libdir)/icedtea${SLOT}/man"
PROVIDES_TYPE="JDK JRE"
PROVIDES_VERSION="1.${SLOT}"