commit: b6d4f2cdcb8d0b70f7b628c015274447678946ca
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 15:22:51 2025 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 15:23:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d4f2cd
net-libs/xrootd: stabilize 5.8.2 for amd64, x86
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
net-libs/xrootd/xrootd-5.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/xrootd/xrootd-5.8.2.ebuild
b/net-libs/xrootd/xrootd-5.8.2.ebuild
index c6efb6c0f866..e3618e99fd89 100644
--- a/net-libs/xrootd/xrootd-5.8.2.ebuild
+++ b/net-libs/xrootd/xrootd-5.8.2.ebuild
@@ -27,7 +27,7 @@ if [[ ${PV} =~ "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/xrootd/xrootd.git"
else
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
SRC_URI="https://xrootd.web.cern.ch/download/v${PV}/${P}.tar.gz"
fi