commit: b1441b45f8a803c2c6505db66a82df4bffe531fb Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jan 15 06:50:41 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jan 15 07:14:21 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1441b45
media-libs/libjxl: Add x11-misc/xdg-utils test dep Closes: https://bugs.gentoo.org/948251 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> media-libs/libjxl/libjxl-0.11.1.ebuild | 5 ++++- media-libs/libjxl/libjxl-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/media-libs/libjxl/libjxl-0.11.1.ebuild b/media-libs/libjxl/libjxl-0.11.1.ebuild index 28d788eb5bc6..eb7af6c1bb54 100644 --- a/media-libs/libjxl/libjxl-0.11.1.ebuild +++ b/media-libs/libjxl/libjxl-0.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -45,6 +45,9 @@ RDEPEND=" DEPEND+=" test? ( dev-cpp/gtest[${MULTILIB_USEDEP}] ) " +BDEPEND=" + test? ( x11-misc/xdg-utils ) +" multilib_src_configure() { local mycmakeargs=( diff --git a/media-libs/libjxl/libjxl-9999.ebuild b/media-libs/libjxl/libjxl-9999.ebuild index 5841fd207bc5..6dfdc16d3787 100644 --- a/media-libs/libjxl/libjxl-9999.ebuild +++ b/media-libs/libjxl/libjxl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -40,6 +40,9 @@ RDEPEND=" DEPEND+=" test? ( dev-cpp/gtest[${MULTILIB_USEDEP}] ) " +BDEPEND=" + test? ( x11-misc/xdg-utils ) +" multilib_src_configure() { local mycmakeargs=(
