diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-13 10:30:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-20 18:52:53 +0300 |
commit | be8f27c36b59b9100a3ef9f43a4e8f199676e869 (patch) | |
tree | f487097c0f64758358dd9155af9d7aaa6e04a81f /x11-libs | |
parent | x11-misc/picom: use python_has_version (diff) | |
download | gentoo-be8f27c36b59b9100a3ef9f43a4e8f199676e869.tar.gz gentoo-be8f27c36b59b9100a3ef9f43a4e8f199676e869.tar.bz2 gentoo-be8f27c36b59b9100a3ef9f43a4e8f199676e869.zip |
x11-libs/libdrm: use python_has_version
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libdrm/libdrm-2.4.112.ebuild | 2 | ||||
-rw-r--r-- | x11-libs/libdrm/libdrm-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libdrm/libdrm-2.4.112.ebuild b/x11-libs/libdrm/libdrm-2.4.112.ebuild index 25b15697e55f..4e431334b047 100644 --- a/x11-libs/libdrm/libdrm-2.4.112.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.112.ebuild @@ -39,7 +39,7 @@ BDEPEND="${PYTHON_DEPS} $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')" python_check_deps() { - has_version -b "dev-python/docutils[${PYTHON_USEDEP}]" + python_has_version "dev-python/docutils[${PYTHON_USEDEP}]" } multilib_src_configure() { diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild index a8ccddd22d1b..f7cb26433080 100644 --- a/x11-libs/libdrm/libdrm-9999.ebuild +++ b/x11-libs/libdrm/libdrm-9999.ebuild @@ -39,7 +39,7 @@ BDEPEND="${PYTHON_DEPS} $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')" python_check_deps() { - has_version -b "dev-python/docutils[${PYTHON_USEDEP}]" + python_has_version "dev-python/docutils[${PYTHON_USEDEP}]" } multilib_src_configure() { |