Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/
Date: Sun, 22 Aug 2021 03:20:07
Message-Id: 1629602383.edba145460ac87119d5fe6193e5ce30d19c9b30a.ionen@gentoo
1 commit: edba145460ac87119d5fe6193e5ce30d19c9b30a
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 22 03:19:27 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 03:19:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edba1454
7
8 app-portage/iwdevtools: add optfeature on libabigail
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 app-portage/iwdevtools/iwdevtools-9999.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild
16 index 567370192db..37791578e22 100644
17 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild
18 +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -inherit git-r3 meson
24 +inherit git-r3 meson optfeature
25
26 DESCRIPTION="Small tools to aid with Gentoo development, primarily intended for QA"
27 HOMEPAGE="https://github.com/ionenwks/iwdevtools"
28 @@ -34,4 +34,6 @@ pkg_postinst() {
29 elog " ln -s ../../../usr/share/${PN}/bashrc ${EROOT}/etc/portage/bashrc"
30 elog
31 fi
32 +
33 + optfeature "detecting potential ABI issues using abidiff" dev-util/libabigail
34 }