commit:     a0e8107e640ff6ac6c5861eeadd9e7cde2b57b73
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 16:16:35 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 09:26:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e8107e

app-misc/anki: Fix incorrect REPLACING_VERSIONS usage

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-misc/anki/anki-24.11.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/anki/anki-24.11.ebuild b/app-misc/anki/anki-24.11.ebuild
index de7c620d087f..50322803a46b 100644
--- a/app-misc/anki/anki-24.11.ebuild
+++ b/app-misc/anki/anki-24.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -690,7 +690,7 @@ declare -A GIT_CRATES=(
 )
 RUST_MIN_VER="1.80.1"
 
-inherit cargo desktop edo multiprocessing ninja-utils optfeature \
+inherit cargo desktop eapi9-ver edo multiprocessing ninja-utils optfeature \
        python-single-r1 readme.gentoo-r1 toolchain-funcs xdg
 
 DESCRIPTION="A spaced-repetition memory training program (flash cards)"
@@ -962,7 +962,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       ver_test ${REPLACING_VERSIONS} -lt 24.06.3-r1 && local 
FORCE_PRINT_ELOG=1
+       ver_replacing -lt 24.06.3-r1 && local FORCE_PRINT_ELOG=1
        readme.gentoo_print_elog
        if use gui; then
                xdg_pkg_postinst

Reply via email to