commit: c9265ce1896390185af9bc0e96ce383a32e98001
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 18 20:27:04 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 18 20:27:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9265ce1
dev-libs/libgweather: skip 'style' suite for tests
Runs clang-format.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libgweather/libgweather-4.4.2.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-libs/libgweather/libgweather-4.4.2.ebuild
b/dev-libs/libgweather/libgweather-4.4.2.ebuild
index 28d20a263ce2..72cf005cb962 100644
--- a/dev-libs/libgweather/libgweather-4.4.2.ebuild
+++ b/dev-libs/libgweather/libgweather-4.4.2.ebuild
@@ -77,6 +77,10 @@ src_configure() {
meson_src_configure
}
+src_test() {
+ meson_src_test --no-suite style
+}
+
src_install() {
meson_src_install
if use gtk-doc; then