diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-13 10:37:28 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-20 18:53:45 +0300 |
commit | e14924fbf26515747daf7682f465448ac9a62003 (patch) | |
tree | b102132577649ef383d9994df2d08020b70eccd5 /sys-fs | |
parent | sys-libs/libxcrypt: use python_has_version (diff) | |
download | gentoo-e14924fbf26515747daf7682f465448ac9a62003.tar.gz gentoo-e14924fbf26515747daf7682f465448ac9a62003.tar.bz2 gentoo-e14924fbf26515747daf7682f465448ac9a62003.zip |
sys-fs/udev: use python_has_version
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/udev-249.6-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/udev/udev-249.9.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys-fs/udev/udev-249.6-r2.ebuild b/sys-fs/udev/udev-249.6-r2.ebuild index f6698bd8ca5f..46e093544366 100644 --- a/sys-fs/udev/udev-249.6-r2.ebuild +++ b/sys-fs/udev/udev-249.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2003-2021 Gentoo Authors +# Copyright 2003-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -91,7 +91,7 @@ PDEPEND=" " python_check_deps() { - has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" + python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" } pkg_setup() { diff --git a/sys-fs/udev/udev-249.9.ebuild b/sys-fs/udev/udev-249.9.ebuild index 0b8e93be4fa5..aa652f10807f 100644 --- a/sys-fs/udev/udev-249.9.ebuild +++ b/sys-fs/udev/udev-249.9.ebuild @@ -91,7 +91,7 @@ PDEPEND=" " python_check_deps() { - has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" + python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" } pkg_setup() { diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 91f83fe7149d..8a15ce5e7321 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2003-2021 Gentoo Authors +# Copyright 2003-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -91,7 +91,7 @@ PDEPEND=" " python_check_deps() { - has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" + python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" } pkg_setup() { |