diff options
-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 |