diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-13 10:41:26 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-20 18:53:46 +0300 |
commit | f69e4e4bd05ca4f1331e46732a193e7f6dbe4d79 (patch) | |
tree | e2c3d0e82a9bca1c0bf0aeb1e8e769d94b8de459 /sys-boot | |
parent | sys-devel/llvm: use python_has_version (diff) | |
download | gentoo-f69e4e4bd05ca4f1331e46732a193e7f6dbe4d79.tar.gz gentoo-f69e4e4bd05ca4f1331e46732a193e7f6dbe4d79.tar.bz2 gentoo-f69e4e4bd05ca4f1331e46732a193e7f6dbe4d79.zip |
sys-boot/systemd-boot: use python_has_version
Closes: https://github.com/gentoo/gentoo/pull/26842
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/systemd-boot/systemd-boot-249.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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=" |