mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user