summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-08-28 03:48:48 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-08-28 03:48:51 -0400
commitba7028f387e22f76997bfc13301a821e9bf82caf (patch)
tree36f6543ed1dc60f6e7f00995054d96da657bacda /app-portage/iwdevtools
parentpackage.mask: Mask vulnerable EOL kernels (diff)
downloadgentoo-ba7028f387e22f76997bfc13301a821e9bf82caf.tar.gz
gentoo-ba7028f387e22f76997bfc13301a821e9bf82caf.tar.bz2
gentoo-ba7028f387e22f76997bfc13301a821e9bf82caf.zip
app-portage/iwdevtools: tentatively add libabigail as test dep
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-portage/iwdevtools')
-rw-r--r--app-portage/iwdevtools/iwdevtools-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild
index 6909777369aa..9352ae24fd78 100644
--- a/app-portage/iwdevtools/iwdevtools-9999.ebuild
+++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild
@@ -22,7 +22,11 @@ RDEPEND="
sys-apps/file
sys-apps/portage
sys-apps/util-linux"
-BDEPEND="test? ( ${RDEPEND} )"
+BDEPEND="
+ test? (
+ ${RDEPEND}
+ dev-util/libabigail
+ )"
src_configure() {
meson_src_configure -Ddocdir=${PF} $(meson_use test)