From f69e4e4bd05ca4f1331e46732a193e7f6dbe4d79 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 13 Aug 2022 10:41:26 +0300 Subject: [PATCH] sys-boot/systemd-boot: use python_has_version Closes: https://github.com/gentoo/gentoo/pull/26842 Signed-off-by: Arthur Zamarin --- 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 c0a51a5c2eee4..0a48d6771a9bd 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="