mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
13
media-gfx/geeqie/files/geeqie-2.3-test-ancillary.patch
Normal file
13
media-gfx/geeqie/files/geeqie-2.3-test-ancillary.patch
Normal 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)
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user