media-gfx/geeqie: skip locally broken test

Closes: https://bugs.gentoo.org/926560
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2024-03-09 11:24:33 +01:00
parent be16310904
commit 3bdf8d1bf7
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff -Naur geeqie-2.3.orig/meson.build geeqie-2.3/meson.build
--- geeqie-2.3.orig/meson.build 2024-03-06 16:56:22.000000000 +0100
+++ geeqie-2.3/meson.build 2024-03-09 11:21:17.870229854 +0100
@@ -742,9 +742,3 @@
else
summary({'lua' : ['Test runs:', false]}, section : 'Testing', bool_yn : true)
endif
-
-# Ancillary files test
-test_ancillary_files_sh = find_program('test-ancillary-files.sh', dirs : scriptsdir, required : true)
-test('Ancillary files', test_ancillary_files_sh, args: [meson.current_source_dir()], timeout: 100)
-
-summary({'Ancillary files' : ['Test runs:', true]}, section : 'Testing', bool_yn : true)

View File

@@ -49,6 +49,8 @@ BDEPEND="
REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
PATCHES=( "${FILESDIR}"/${PN}-2.3-test-ancillary.patch )
pkg_setup() {
# Do not require setting LUA_SINGLE_TARGET if lua is not used
use lua && lua-single_pkg_setup