diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-08-17 10:49:21 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-08-17 10:51:00 -0400 |
commit | ad376d31ef4d6aec2ff96c402d840d241f1f850d (patch) | |
tree | 31462912ed7cd3bf735a84b5e42c3d55ed5da6de /app-portage | |
parent | dev-python/identify: drop 2.2.12 (diff) | |
download | gentoo-ad376d31ef4d6aec2ff96c402d840d241f1f850d.tar.gz gentoo-ad376d31ef4d6aec2ff96c402d840d241f1f850d.tar.bz2 gentoo-ad376d31ef4d6aec2ff96c402d840d241f1f850d.zip |
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@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/iwdevtools/iwdevtools-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild index 880f2b284b0c..41ec6fafe386 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 |