app-editors/tea: Fix incorrect REPLACING_VERSIONS usage

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2025-02-14 17:16:34 +01:00
parent 6dd29a88ae
commit 4f67cf7a30

View File

@@ -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
}