From c665d659daf1132a58a79af79e29bc0c12fe48bf Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sun, 30 May 2021 00:40:22 -0700 Subject: dev-java/openjfx: EROOT -> EPREFIX Signed-off-by: Georgy Yakovlev --- dev-java/openjfx/openjfx-11.0.9_p0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-java/openjfx') diff --git a/dev-java/openjfx/openjfx-11.0.9_p0.ebuild b/dev-java/openjfx/openjfx-11.0.9_p0.ebuild index 119aa94597c6..489a905614c1 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 -- cgit v1.2.3-65-gdbad