Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 837587 - app-office/libreoffice: typo in JDK configure arg (-with-jdk-home or --with-jdk-home?)
Summary: app-office/libreoffice: typo in JDK configure arg (-with-jdk-home or --with-j...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-10 08:56 UTC by jospezial
Modified: 2022-04-10 10:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2022-04-10 08:56:19 UTC
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
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-10 10:18:47 UTC
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.
Comment 2 Larry the Git Cow gentoo-dev 2022-04-10 10:46:52 UTC
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(-)