From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1682459-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C1AC158042 for <garchives@archives.gentoo.org>; Tue, 22 Oct 2024 08:05:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 946B4E08A4; Tue, 22 Oct 2024 08:05:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BC2EE08A4 for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2024 08:05:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93A0333BF3B for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2024 08:05:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31C30AE7 for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2024 08:05:25 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1729584301.2aa5dc44303090a50cde94e7afac9a9cda90d68f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxmlb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxmlb/libxmlb-0.3.19.ebuild X-VCS-Directories: dev-libs/libxmlb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2aa5dc44303090a50cde94e7afac9a9cda90d68f X-VCS-Branch: master Date: Tue, 22 Oct 2024 08:05:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88f34e44-3dd0-4442-924e-129782689e5f X-Archives-Hash: 3e1f2e11cdf5fc090a20181ec96b9ceb 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() {