commit: c665d659daf1132a58a79af79e29bc0c12fe48bf Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun May 30 07:40:22 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun May 30 07:40:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c665d659
dev-java/openjfx: EROOT -> EPREFIX Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-java/openjfx/openjfx-11.0.9_p0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/openjfx/openjfx-11.0.9_p0.ebuild b/dev-java/openjfx/openjfx-11.0.9_p0.ebuild index 119aa94597c..489a905614c 100644 --- a/dev-java/openjfx/openjfx-11.0.9_p0.ebuild +++ b/dev-java/openjfx/openjfx-11.0.9_p0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -184,7 +184,7 @@ src_configure() { if use doc; then local jdk_doc if has_version --host-root dev-java/openjdk:${SLOT}[doc]; then - jdk_doc="${EROOT%/}/usr/share/doc/openjdk-${SLOT}/html/api" + jdk_doc="${EPREFIX}/usr/share/doc/openjdk-${SLOT}/html/api" fi [[ -r ${jdk_doc}/element-list ]] || die "JDK Docs not found, terminating build early" fi