From 2807ec6f3131de1566748890b04211c2d815f3fd Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 26 Apr 2025 07:46:17 +0100 Subject: [PATCH] x11-misc/shutter: skip linter test Closes: https://bugs.gentoo.org/954668 Signed-off-by: Alexey Sokolov Part-of: https://github.com/gentoo/gentoo/pull/41757 Closes: https://github.com/gentoo/gentoo/pull/41757 Signed-off-by: Sam James --- x11-misc/shutter/shutter-0.99.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/shutter/shutter-0.99.6.ebuild b/x11-misc/shutter/shutter-0.99.6.ebuild index 262b419644a45..98ee2b187c774 100644 --- a/x11-misc/shutter/shutter-0.99.6.ebuild +++ b/x11-misc/shutter/shutter-0.99.6.ebuild @@ -51,6 +51,7 @@ BDEPEND=" src_prepare() { hprefixify bin/shutter + rm t/syntax.t || die # just a linter default }