commit:     2aa5dc44303090a50cde94e7afac9a9cda90d68f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 08:03:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 08:05:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa5dc44

dev-libs/libxmlb: fix python_check_deps

Bug: https://bugs.gentoo.org/941965
Fixes: 4c858a2a78c61667d7eb323b21ebf6c91f5c0bd9
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libxmlb/libxmlb-0.3.19.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libxmlb/libxmlb-0.3.19.ebuild 
b/dev-libs/libxmlb/libxmlb-0.3.19.ebuild
index 80d5a69f4840..885e028d15b9 100644
--- a/dev-libs/libxmlb/libxmlb-0.3.19.ebuild
+++ b/dev-libs/libxmlb/libxmlb-0.3.19.ebuild
@@ -43,6 +43,7 @@ BDEPEND="
 
 python_check_deps() {
        use introspection && python_has_version -b 
"dev-python/setuptools[${PYTHON_USEDEP}]"
+       return 0
 }
 
 pkg_setup() {

Reply via email to