commit: ad376d31ef4d6aec2ff96c402d840d241f1f850d
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 14:49:21 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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