diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-12-02 21:56:20 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-12-02 21:58:34 -0500 |
commit | 921d03f067dd369c100d458b1aca08b2f93cf838 (patch) | |
tree | a93837befe89be27bf7d3b22011cd72d1e266e31 /app-portage | |
parent | app-portage/iwdevtools: add 0.8.1 (diff) | |
download | gentoo-921d03f067dd369c100d458b1aca08b2f93cf838.tar.gz gentoo-921d03f067dd369c100d458b1aca08b2f93cf838.tar.bz2 gentoo-921d03f067dd369c100d458b1aca08b2f93cf838.zip |
app-portage/iwdevtools: sync live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/iwdevtools/iwdevtools-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild index 282831c8b50a..e646ee963668 100644 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild @@ -57,7 +57,8 @@ pkg_postinst() { elog "See ${EROOT}/usr/share/doc/${PF}/README.rst* for information on tools." fi - if ver_test ${REPLACING_VERSIONS} -le 0.7.0; then + if [[ ${REPLACING_VERSIONS} ]] && + ver_test ${REPLACING_VERSIONS} -le 0.7.0; then elog "qa-* bashrcs now use \`eqawarn\` for portage output. If no longer" elog "seeing messages post-emerge, ensure 'qa' is in PORTAGE_ELOG_CLASSES." fi |