commit: bae197a84856d3c17fea7be7984516c3a4355375 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Feb 14 16:16:50 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Feb 17 09:25:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae197a8
sys-boot/refind: Fix incorrect REPLACING_VERSIONS usage Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> sys-boot/refind/refind-0.14.2-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-boot/refind/refind-0.14.2-r3.ebuild b/sys-boot/refind/refind-0.14.2-r3.ebuild index 4ea256a03fa4..a0fc82f2798e 100644 --- a/sys-boot/refind/refind-0.14.2-r3.ebuild +++ b/sys-boot/refind/refind-0.14.2-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit optfeature secureboot toolchain-funcs +inherit eapi9-ver optfeature secureboot toolchain-funcs DESCRIPTION="The UEFI Boot Manager by Rod Smith" HOMEPAGE="https://www.rodsbooks.com/refind/" @@ -158,7 +158,7 @@ pkg_postinst() { elog "A sample configuration can be found at" elog "${EROOT}/usr/$(get_libdir)/${PN}/refind/refind.conf-sample" else - if ver_test "${REPLACING_VERSIONS}" -lt "0.12.0"; then + if ver_replacing -lt "0.12.0"; then ewarn "This new version uses sys-apps/gptfdisk instead of sys-block/parted" ewarn "to manage ESP" ewarn ""
