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: Mon, 23 Aug 2021 03:55:57
Message-Id: 1629690921.b3ee86fda17209e2b63653ab7244747aa912d9c7.ionen@gentoo
1 commit: b3ee86fda17209e2b63653ab7244747aa912d9c7
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 00:37:09 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 03:55:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ee86fd
7
8 app-portage/iwdevtools: sync live
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 app-portage/iwdevtools/iwdevtools-9999.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild
16 index 37791578e22..e1cb0aed9c1 100644
17 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild
18 +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild
19 @@ -26,6 +26,8 @@ src_configure() {
20 }
21
22 pkg_postinst() {
23 + optfeature "detecting potential ABI issues using abidiff" dev-util/libabigail
24 +
25 if [[ ! ${REPLACING_VERSIONS} ]]; then
26 elog "To (optionally) integrate with portage, inspect the .bashrc files installed"
27 elog "at ${EROOT}/usr/share/${PN}. If not already using a bashrc, you can use"
28 @@ -33,7 +35,6 @@ pkg_postinst() {
29 elog
30 elog " ln -s ../../../usr/share/${PN}/bashrc ${EROOT}/etc/portage/bashrc"
31 elog
32 + elog "See ${EROOT}/usr/share/doc/${PF}/README.rst* for info on tools."
33 fi
34 -
35 - optfeature "detecting potential ABI issues using abidiff" dev-util/libabigail
36 }