commit:     54e0d407c54e6e78df0106b72f00df2b71917847
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  4 13:41:46 2023 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 13:50:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e0d407

net-libs/xrootd: disable installation of Python bindings by CMake

Closes: https://bugs.gentoo.org/909573

Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 net-libs/xrootd/xrootd-5.6.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/xrootd/xrootd-5.6.0.ebuild 
b/net-libs/xrootd/xrootd-5.6.0.ebuild
index dd92b0da08dc..2b1bbcc41697 100644
--- a/net-libs/xrootd/xrootd-5.6.0.ebuild
+++ b/net-libs/xrootd/xrootd-5.6.0.ebuild
@@ -101,6 +101,7 @@ src_prepare() {
 src_configure() {
        local mycmakeargs=(
                -DUSE_SYSTEM_ISAL=TRUE
+               -DINSTALL_PYTHON_BINDINGS=FALSE
                -DXRDCEPH_SUBMODULE=$(usex ceph)
                -DCMAKE_DISABLE_FIND_PACKAGE_LibXml2=$(usex libxml2 "no" "yes")
                -DCMAKE_DISABLE_FIND_PACKAGE_systemd=$(usex systemd "no" "yes")

Reply via email to