From b3ee86fda17209e2b63653ab7244747aa912d9c7 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 22 Aug 2021 20:37:09 -0400 Subject: app-portage/iwdevtools: sync live Signed-off-by: Ionen Wolkens --- app-portage/iwdevtools/iwdevtools-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app-portage/iwdevtools') 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 } -- cgit v1.2.3-65-gdbad