Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/
Date: Thu, 26 Sep 2019 17:03:53
Message-Id: 1569517392.2f83846f34c88e68bb721122ab8513d7f2ffca88.jstein@gentoo
1 commit: 2f83846f34c88e68bb721122ab8513d7f2ffca88
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 26 17:02:09 2019 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 26 17:03:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f83846f
7
8 sys-apps/inxi: Inform about recommended packages
9
10 Inform about inxi --recommends.
11 Closes: https://bugs.gentoo.org/683746
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
14
15 sys-apps/inxi/inxi-3.0.34.1.ebuild | 5 +++++
16 1 file changed, 5 insertions(+)
17
18 diff --git a/sys-apps/inxi/inxi-3.0.34.1.ebuild b/sys-apps/inxi/inxi-3.0.34.1.ebuild
19 index 430ac49c150..4a987eacb4f 100644
20 --- a/sys-apps/inxi/inxi-3.0.34.1.ebuild
21 +++ b/sys-apps/inxi/inxi-3.0.34.1.ebuild
22 @@ -31,3 +31,8 @@ src_install() {
23 dobin ${PN}
24 doman ${PN}.1
25 }
26 +
27 +pkg_postinst() {
28 + elog "Some features of inxi depend on additional packages. Get a full list with"
29 + elog "inxi --recommends"
30 +}