From 4f67cf7a3016f652c8283985ceaaa79116861e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Fri, 14 Feb 2025 17:16:34 +0100 Subject: [PATCH] app-editors/tea: Fix incorrect REPLACING_VERSIONS usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- app-editors/tea/tea-62.4.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }