summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-22 09:03:59 +0100
committerSam James <sam@gentoo.org>2024-10-22 09:05:01 +0100
commit2aa5dc44303090a50cde94e7afac9a9cda90d68f (patch)
tree2ba867972267b9085853db3bdc96273070e2ccbb /dev-libs/libxmlb
parentmedia-video/mpv: Stabilize 0.39.0 amd64, #941961 (diff)
downloadgentoo-2aa5dc44303090a50cde94e7afac9a9cda90d68f.tar.gz
gentoo-2aa5dc44303090a50cde94e7afac9a9cda90d68f.tar.bz2
gentoo-2aa5dc44303090a50cde94e7afac9a9cda90d68f.zip
dev-libs/libxmlb: fix python_check_deps
Bug: https://bugs.gentoo.org/941965 Fixes: 4c858a2a78c61667d7eb323b21ebf6c91f5c0bd9 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxmlb')
-rw-r--r--dev-libs/libxmlb/libxmlb-0.3.19.ebuild1
1 files changed, 1 insertions, 0 deletions
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() {