From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B3C9138334 for ; Thu, 26 Sep 2019 17:03:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F144AE0A45; Thu, 26 Sep 2019 17:03:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D846EE0A45 for ; Thu, 26 Sep 2019 17:03:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6658A34B1B5 for ; Thu, 26 Sep 2019 17:03:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD5CC720 for ; Thu, 26 Sep 2019 17:03:44 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1569517392.2f83846f34c88e68bb721122ab8513d7f2ffca88.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/inxi/inxi-3.0.34.1.ebuild X-VCS-Directories: sys-apps/inxi/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 2f83846f34c88e68bb721122ab8513d7f2ffca88 X-VCS-Branch: master Date: Thu, 26 Sep 2019 17:03:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ebdc62a-aebf-4027-a34d-66d047c74f85 X-Archives-Hash: c4b22229d9340703dfde4c12a20298ea commit: 2f83846f34c88e68bb721122ab8513d7f2ffca88 Author: Jonas Stein gentoo org> AuthorDate: Thu Sep 26 17:02:09 2019 +0000 Commit: Jonas Stein gentoo 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 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" +}