diff options
author | Sam James <sam@gentoo.org> | 2024-03-29 08:08:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-03 06:10:33 +0100 |
commit | 67a0af35b998400f76e97eaa37cc3b9de05c7b88 (patch) | |
tree | 4ad9a7300d6bd762e121d0399498e99dbe87c123 /dev-libs | |
parent | sys-block/libzbc: fix deps (diff) | |
download | gentoo-67a0af35b998400f76e97eaa37cc3b9de05c7b88.tar.gz gentoo-67a0af35b998400f76e97eaa37cc3b9de05c7b88.tar.bz2 gentoo-67a0af35b998400f76e97eaa37cc3b9de05c7b88.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libindicate/libindicate-12.10.1-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |