dev-java/icedtea-web: add more XDG_* resetting

I don't see why this is needed but on the bug it's claimed it helps,
so. I guess it's an interaction w/ cargo.eclass.

Bug: https://bugs.gentoo.org/963066
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-03-11 16:23:02 +00:00
parent e73db7974c
commit 54dd9eff13

View File

@@ -98,6 +98,7 @@ src_configure() {
}
src_compile() {
export XDG_CONFIG_HOME="${T}/.config" # xdg_environment_reset uses ${HOME}
# races in makefile
emake -j1 #nowarn
}
@@ -108,6 +109,7 @@ src_test() {
}
src_install() {
export XDG_CONFIG_HOME="${T}/.config" # xdg_environment_reset uses ${HOME}
default
rename -v '.bash' '' "${ED}/usr/share/bash-completion/completions/"*.bash || die
rename -v 'javaws' 'itweb-javaws' "${ED}/usr/share/man/man1/"javaws.1* || die