if has_version "dev-java/openjdk:11"; then myeconfargs+=( -with-jdk-home="${EPREFIX}/usr/$(get_libdir)/openjdk-11" ) elif has_version "dev-java/openjdk-bin:11"; then myeconfargs+=( --with-jdk-home="/opt/openjdk-bin-11" ) fi
Please do try to use words in your bug reports. I know things may seem self-explanatory and _even if_ they are to the ebuild maintainers, they're not always to triagers / bug wranglers. The typo is clear here (- not --) in first branch, but I have no way of knowing if you actually mean something else. There's also an EPREFIX missing in the second branch for example.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7aafd030a86bbbad39e1ccb7c86976cbe54a7e0 commit a7aafd030a86bbbad39e1ccb7c86976cbe54a7e0 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-04-10 10:45:41 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-04-10 10:46:43 +0000 app-office/libreoffice: fix jdk-home typo Closes: https://bugs.gentoo.org/837587 Signed-off-by: Sam James <sam@gentoo.org> app-office/libreoffice/libreoffice-7.3.2.2.ebuild | 4 ++-- app-office/libreoffice/libreoffice-7.3.9999.ebuild | 4 ++-- app-office/libreoffice/libreoffice-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-)