diff options
author | 2023-07-04 09:11:48 +0200 | |
---|---|---|
committer | 2023-07-04 09:14:32 +0200 | |
commit | 9a379a5de2ee6c63be0d8285003b26f616bfe521 (patch) | |
tree | a9ede0c342ed842d553944a37faaa9a31a72ef9e /net-libs/xrootd | |
parent | net-libs/xrootd: merge duplicate REQUIRED_USE added by mistake (diff) | |
download | gentoo-9a379a5de2ee6c63be0d8285003b26f616bfe521.tar.gz gentoo-9a379a5de2ee6c63be0d8285003b26f616bfe521.tar.bz2 gentoo-9a379a5de2ee6c63be0d8285003b26f616bfe521.zip |
net-libs/xrootd: stabilize 5.5.4-r1 for amd64
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'net-libs/xrootd')
-rw-r--r-- | net-libs/xrootd/xrootd-5.5.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/xrootd/xrootd-5.5.4-r1.ebuild b/net-libs/xrootd/xrootd-5.5.4-r1.ebuild index 543ccf619b46..4857db5da8b7 100644 --- a/net-libs/xrootd/xrootd-5.5.4-r1.ebuild +++ b/net-libs/xrootd/xrootd-5.5.4-r1.ebuild @@ -21,7 +21,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="examples fuse http kerberos +libxml2 python readline +server systemd test" RESTRICT="!test? ( test )" |