commit:     ba7028f387e22f76997bfc13301a821e9bf82caf
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 28 07:48:48 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Aug 28 07:48:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7028f3

app-portage/iwdevtools: tentatively add libabigail as test dep

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-portage/iwdevtools/iwdevtools-9999.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild 
b/app-portage/iwdevtools/iwdevtools-9999.ebuild
index 6909777369a..9352ae24fd7 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)

Reply via email to