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