commit:     f69e4e4bd05ca4f1331e46732a193e7f6dbe4d79
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 07:41:26 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 15:53:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69e4e4b

sys-boot/systemd-boot: use python_has_version

Closes: https://github.com/gentoo/gentoo/pull/26842
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-boot/systemd-boot/systemd-boot-249.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/systemd-boot/systemd-boot-249.9.ebuild 
b/sys-boot/systemd-boot/systemd-boot-249.9.ebuild
index c0a51a5c2eee..0a48d6771a9b 100644
--- a/sys-boot/systemd-boot/systemd-boot-249.9.ebuild
+++ b/sys-boot/systemd-boot/systemd-boot-249.9.ebuild
@@ -35,7 +35,7 @@ BDEPEND="
 "
 
 python_check_deps() {
-       has_version -b "dev-python/jinja[${PYTHON_USEDEP}]"
+       python_has_version "dev-python/jinja[${PYTHON_USEDEP}]"
 }
 
 COMMON_DEPEND="

Reply via email to