summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-08-22 20:37:09 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-08-22 23:55:21 -0400
commitb3ee86fda17209e2b63653ab7244747aa912d9c7 (patch)
tree375e2dab3aff78bd1a190f8db69dc96a398129c5
parentapp-portage/iwdevtools: add 0.2.0 (diff)
downloadgentoo-b3ee86fda17209e2b63653ab7244747aa912d9c7.tar.gz
gentoo-b3ee86fda17209e2b63653ab7244747aa912d9c7.tar.bz2
gentoo-b3ee86fda17209e2b63653ab7244747aa912d9c7.zip
app-portage/iwdevtools: sync live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--app-portage/iwdevtools/iwdevtools-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild
index 37791578e223..e1cb0aed9c1c 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
}