commit: 2f83846f34c88e68bb721122ab8513d7f2ffca88 Author: Jonas Stein <jstein <AT> gentoo <DOT> org> AuthorDate: Thu Sep 26 17:02:09 2019 +0000 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org> CommitDate: Thu Sep 26 17:03:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f83846f
sys-apps/inxi: Inform about recommended packages Inform about inxi --recommends. Closes: https://bugs.gentoo.org/683746 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jonas Stein <jstein <AT> gentoo.org> sys-apps/inxi/inxi-3.0.34.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-apps/inxi/inxi-3.0.34.1.ebuild b/sys-apps/inxi/inxi-3.0.34.1.ebuild index 430ac49c150..4a987eacb4f 100644 --- a/sys-apps/inxi/inxi-3.0.34.1.ebuild +++ b/sys-apps/inxi/inxi-3.0.34.1.ebuild @@ -31,3 +31,8 @@ src_install() { dobin ${PN} doman ${PN}.1 } + +pkg_postinst() { + elog "Some features of inxi depend on additional packages. Get a full list with" + elog "inxi --recommends" +}
