Diff xrootd-5.8.2 with a xrootd-5.9.7
| /usr/portage/net-libs/xrootd/xrootd-5.9.7.ebuild 2026-09-07 20:03:07.375905535 +0300 | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{11..13} python3_13t )
|
|
| 6 |
PYTHON_COMPAT=( python3_{9..14} python3_14t )
|
|
| 7 | 7 |
DISTUTILS_EXT=1 |
| 8 | 8 |
DISTUTILS_OPTIONAL=1 |
| 9 | 9 |
DISTUTILS_USE_PEP517="setuptools" |
| ... | ... | |
| 27 | 27 |
inherit git-r3 |
| 28 | 28 |
EGIT_REPO_URI="https://github.com/xrootd/xrootd.git" |
| 29 | 29 |
else |
| 30 |
KEYWORDS="amd64 x86" |
|
| 30 |
KEYWORDS="~amd64 ~x86" |
|
| 31 | 31 |
SRC_URI="https://xrootd.web.cern.ch/download/v${PV}/${P}.tar.gz"
|
| 32 | 32 |
fi |
| 33 | 33 | |
| 34 | 34 |
RESTRICT="!test? ( test )" |
| 35 | 35 | |
| 36 | 36 |
REQUIRED_USE=" |
| 37 |
http? ( kerberos ) |
|
| 38 | 37 |
macaroons? ( server http ) |
| 39 | 38 |
python? ( ${PYTHON_REQUIRED_USE} )
|
| 40 | 39 |
scitokens? ( server ) |
| 40 |
test? ( server http ) |
|
| 41 | 41 |
" |
| 42 | 42 | |
| 43 | 43 |
CDEPEND="acct-group/xrootd |
| ... | ... | |
| 159 | 159 |
XrdCl::FileSystemTest.XAttrTest |
| 160 | 160 |
XrdCl::WorkflowTest.XAttrWorkflowTest |
| 161 | 161 |
XrdCl::WorkflowTest.CheckpointTest |
| 162 |
XRootD::authenticated_cluster |
|
| 163 |
XRootD::httpnoclient |
|
| 164 |
XRootD::macaroons |
|
| 165 |
XRootD::xcachewithcsi |
|
| 166 |
XRootD::badredir |
|
| 167 |
XRootD::posix |
|
| 162 | 168 |
') |
| 163 | 169 |
# server fails to start due to long path to unix domain socket |
| 164 | 170 |
$(usev scitokens ' |