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 A140D1586A6 for ; Tue, 17 Aug 2021 14:52:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99EB1E07C5; Tue, 17 Aug 2021 14:51:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 78641E07C5 for ; Tue, 17 Aug 2021 14:51:59 +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 1497B33BEF2 for ; Tue, 17 Aug 2021 14:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A9A57B2 for ; Tue, 17 Aug 2021 14:51:56 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1629211860.ad376d31ef4d6aec2ff96c402d840d241f1f850d.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/iwdevtools/iwdevtools-9999.ebuild X-VCS-Directories: app-portage/iwdevtools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ad376d31ef4d6aec2ff96c402d840d241f1f850d X-VCS-Branch: master Date: Tue, 17 Aug 2021 14:51:56 +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: f9aa9e81-0d2f-40ee-bbd8-9c43ebacb828 X-Archives-Hash: 460b53e6bd647d481f0367a31255d96d commit: ad376d31ef4d6aec2ff96c402d840d241f1f850d Author: Ionen Wolkens gentoo org> AuthorDate: Tue Aug 17 14:49:21 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Aug 17 14:51:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad376d31 app-portage/iwdevtools: update live ebuild Want to stress that using with portage is optional, qa-vdb can be perfectly useful without the bashrc. Signed-off-by: Ionen Wolkens gentoo.org> app-portage/iwdevtools/iwdevtools-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild index 880f2b284b0..41ec6fafe38 100644 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild @@ -17,6 +17,7 @@ RDEPEND=" app-portage/portage-utils sys-apps/diffutils sys-apps/portage + sys-apps/file sys-apps/util-linux" src_configure() { @@ -25,9 +26,9 @@ src_configure() { pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then - elog "To integrate with portage, inspect the .bashrc files installed" - elog "at ${EROOT}/usr/share/${PN}. If not already using a bashrc, you" - elog "can use the example bashrc directly by creating a symlink:" + 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" + elog "the example bashrc directly by creating a symlink:" elog elog " ln -s ../../../usr/share/${PN}/bashrc ${EROOT}/etc/portage/bashrc" elog