commit:     67a0af35b998400f76e97eaa37cc3b9de05c7b88
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 08:08:10 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  3 05:10:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a0af35

dev-libs/libindicate: don't build disabled tests

Tests are currently restricted so make sure we don't build them. It's also
a good hint for someone to fix the arg properly if/when enabling tests again
rather than leaving them always be built.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libindicate/libindicate-12.10.1-r4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libindicate/libindicate-12.10.1-r4.ebuild 
b/dev-libs/libindicate/libindicate-12.10.1-r4.ebuild
index 7dd3ee3396f3..0bf3a2211de3 100644
--- a/dev-libs/libindicate/libindicate-12.10.1-r4.ebuild
+++ b/dev-libs/libindicate/libindicate-12.10.1-r4.ebuild
@@ -53,7 +53,8 @@ src_configure() {
                $(use_enable introspection) \
                --disable-python \
                --disable-scrollkeeper \
-               --with-gtk=3
+               --with-gtk=3 \
+               --disable-tests
 }
 
 src_install() {

Reply via email to