sys-boot/systemd-boot: use python_has_version

Closes: https://github.com/gentoo/gentoo/pull/26842
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-08-13 10:41:26 +03:00
parent 681dd1114a
commit f69e4e4bd0

View File

@@ -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="