commit: 2807ec6f3131de1566748890b04211c2d815f3fd Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org> AuthorDate: Sat Apr 26 06:46:17 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 27 22:52:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2807ec6f
x11-misc/shutter: skip linter test Closes: https://bugs.gentoo.org/954668 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> 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 <AT> gentoo.org> 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 262b419644a4..98ee2b187c77 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 }
