x11-misc/shutter: skip linter test

Closes: https://bugs.gentoo.org/954668
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/41757
Closes: https://github.com/gentoo/gentoo/pull/41757
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alexey Sokolov
2025-04-26 07:46:17 +01:00
committed by Sam James
parent 6a3c96862f
commit 2807ec6f31

View File

@@ -51,6 +51,7 @@ BDEPEND="
src_prepare() {
hprefixify bin/shutter
rm t/syntax.t || die # just a linter
default
}