summaryrefslogtreecommitdiff
path: root/dev-util/libabigail/libabigail-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-01 05:18:52 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-01 05:18:52 +0100
commit149480f9f5548b5a0fdb457abd473f8d10f60f51 (patch)
tree68809ba0589a539b6fdb9a2b68bfca70a758cfd0 /dev-util/libabigail/libabigail-9999.ebuild
parent36f117bb6eda5dab3ecc30577395d0279ed3f8f5 (diff)
gentoo auto-resync : 01:05:2023 - 05:18:52
Diffstat (limited to 'dev-util/libabigail/libabigail-9999.ebuild')
-rw-r--r--dev-util/libabigail/libabigail-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/libabigail/libabigail-9999.ebuild b/dev-util/libabigail/libabigail-9999.ebuild
index d65ee49694bc..9dca18088bcc 100644
--- a/dev-util/libabigail/libabigail-9999.ebuild
+++ b/dev-util/libabigail/libabigail-9999.ebuild
@@ -36,7 +36,7 @@ fi
LICENSE="Apache-2.0-with-LLVM-exceptions"
SLOT="0/2"
-IUSE="btf ${LIBABIGAIL_DOCS_USEFLAG} test"
+IUSE="btf debug ${LIBABIGAIL_DOCS_USEFLAG} test"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -71,8 +71,11 @@ my_src_configure() {
--disable-rpm415
--disable-ctf
--disable-debug-ct-propagation
+ # Don't try to run Valgrind on tests.
+ --disable-valgrind
--enable-bash-completion
--enable-python3
+ $(use_enable debug assert)
$(use_enable btf)
$(use_enable doc apidoc)
$(use_enable doc manual)