diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2023-07-04 15:41:46 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2023-07-04 15:50:32 +0200 |
commit | 54e0d407c54e6e78df0106b72f00df2b71917847 (patch) | |
tree | 4c2d075d9203f29bc391ea65d921e9c30b43808d /net-libs/xrootd | |
parent | dev-python/django: Remove old (diff) | |
download | gentoo-54e0d407c54e6e78df0106b72f00df2b71917847.tar.gz gentoo-54e0d407c54e6e78df0106b72f00df2b71917847.tar.bz2 gentoo-54e0d407c54e6e78df0106b72f00df2b71917847.zip |
net-libs/xrootd: disable installation of Python bindings by CMake
Closes: https://bugs.gentoo.org/909573
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'net-libs/xrootd')
-rw-r--r-- | net-libs/xrootd/xrootd-5.6.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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") |