diff --git a/app-editors/tea/tea-62.4.0-r1.ebuild b/app-editors/tea/tea-62.4.0-r1.ebuild index 673249d95bf62..ac4d11d3f4cb2 100644 --- a/app-editors/tea/tea-62.4.0-r1.ebuild +++ b/app-editors/tea/tea-62.4.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake xdg +inherit cmake eapi9-ver xdg MY_P="tea-qt-${PV}" @@ -66,7 +66,7 @@ src_configure() { pkg_postinst() { xdg_pkg_postinst - if [[ "${REPLACING_VERSIONS}" == "47.0.0" ]]; then + if ver_replacing -eq 47.0.0; then elog "Executable 'tea' has been renamed to 'tea-qt'" fi }