diff options
author | 2022-07-30 16:26:57 +0100 | |
---|---|---|
committer | 2022-07-30 16:26:57 +0100 | |
commit | f57637acd44dfa122a6fda5da401eaec2b1da615 (patch) | |
tree | 6e1d4075e17c38051635177a49ffd2fdda4de760 /net-libs/xrootd | |
parent | app-emulation/wine-staging: drop 7.10 (diff) | |
download | gentoo-f57637acd44dfa122a6fda5da401eaec2b1da615.tar.gz gentoo-f57637acd44dfa122a6fda5da401eaec2b1da615.tar.bz2 gentoo-f57637acd44dfa122a6fda5da401eaec2b1da615.zip |
net-libs/xrootd: stabilize 5.4.3 for amd64
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-libs/xrootd')
-rw-r--r-- | net-libs/xrootd/xrootd-5.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/xrootd/xrootd-5.4.3.ebuild b/net-libs/xrootd/xrootd-5.4.3.ebuild index 453660aff968..5d3e0c8f0c89 100644 --- a/net-libs/xrootd/xrootd-5.4.3.ebuild +++ b/net-libs/xrootd/xrootd-5.4.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://xrootd.slac.stanford.edu/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples fuse http kerberos +libxml2 python readline +server systemd test" RESTRICT="!test? ( test )" |