From e24bdedcf8e47c6dfd1841182637d478799a052f Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 9 Dec 2025 02:37:47 +0200 Subject: [PATCH] media-gfx/gimp: backport test fixes See-Also: 5b0516cdc2380be42fa17f251aeb9f7ac89bf691 Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/44899 Signed-off-by: Sam James --- media-gfx/gimp/gimp-3.0.6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-gfx/gimp/gimp-3.0.6.ebuild b/media-gfx/gimp/gimp-3.0.6.ebuild index 2b83bb9c5d75f..c04178752dde4 100644 --- a/media-gfx/gimp/gimp-3.0.6.ebuild +++ b/media-gfx/gimp/gimp-3.0.6.ebuild @@ -221,6 +221,10 @@ _rename_plugins() { src_test() { local -x LD_LIBRARY_PATH="${BUILD_DIR}/libgimp:${LD_LIBRARY_PATH}" + # Try hard to avoid system installed gimp causing issues + local -x GIMP3_DIRECTORY="${BUILD_DIR}/" + local -x GIMP3_PLUGINDIR="${BUILD_DIR}/plug-ins/" + local -x GIMP3_SYSCONFDIR="${BUILD_DIR}/etc/" meson_src_test }