From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD9F51582EF for ; Sat, 15 Feb 2025 09:30:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A68FE3430BB for ; Sat, 15 Feb 2025 09:30:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CB9B3110488; Sat, 15 Feb 2025 09:29:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B6AF9110485 for ; Sat, 15 Feb 2025 09:29:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 638EC343091 for ; Sat, 15 Feb 2025 09:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32A442732 for ; Sat, 15 Feb 2025 09:29:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1739611602.a0e8107e640ff6ac6c5861eeadd9e7cde2b57b73.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/anki/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/anki/anki-24.11.ebuild X-VCS-Directories: app-misc/anki/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a0e8107e640ff6ac6c5861eeadd9e7cde2b57b73 X-VCS-Branch: master Date: Sat, 15 Feb 2025 09:29:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72430a0b-2461-4e5e-b164-448a78606db5 X-Archives-Hash: f5cb2be6022cdd417ef9341887517ab1 commit: a0e8107e640ff6ac6c5861eeadd9e7cde2b57b73 Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 14 16:16:35 2025 +0000 Commit: Ulrich Müller gentoo 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 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