xdg-utils-v1.2.1-r4 reports an error when using xdg-mime: /usr/bin/xdg-mime: line 904: [: missing `]' This can be tracked to the qtpaths patch, here's the relevant line: + elif [ x"$KDE_SESSION_VERSION" = x"5" ; then Where we're just missing the bracket.
Pff. Thanks.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5f906c946fa46807aefe86f42a8252f3f1313b commit ab5f906c946fa46807aefe86f42a8252f3f1313b Author: Sam James <sam@gentoo.org> AuthorDate: 2024-07-28 17:11:54 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-07-28 17:11:54 +0000 x11-misc/xdg-utils: fix another typo(!) Closes: https://bugs.gentoo.org/936844 Signed-off-by: Sam James <sam@gentoo.org> x11-misc/xdg-utils/files/xdg-utils-1.2.1-qtpaths.patch | 2 +- .../xdg-utils/{xdg-utils-1.2.1-r5.ebuild => xdg-utils-1.2.1-r6.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-)
(In reply to Sam James from comment #1) > Pff. Thanks. It helped me dip my toes into the gentoo bug tracker, so it was good for me too :)