commit:     942067fcb7f65c75d631c0c7acc58619c8466e3e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  4 19:48:37 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 20:23:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=942067fc

dev-python/dbus-python: use python_has_version inside python_check_deps

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/dbus-python/dbus-python-1.2.18.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/dbus-python/dbus-python-1.2.18.ebuild 
b/dev-python/dbus-python/dbus-python-1.2.18.ebuild
index ef3e7164fa56..30ce5fa1aed5 100644
--- a/dev-python/dbus-python/dbus-python-1.2.18.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.2.18.ebuild
@@ -37,8 +37,8 @@ BDEPEND="
 "
 
 python_check_deps() {
-       has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-       has_version "dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"
+       python_has_version "dev-python/sphinx[${PYTHON_USEDEP}]" \
+               "dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"
 }
 
 src_prepare() {

Reply via email to