Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd/
Date: Mon, 01 Mar 2021 17:18:12
Message-Id: 1614619064.c73310c8b038ef89d062496f03addd6286097a9c.whissi@gentoo
1 commit: c73310c8b038ef89d062496f03addd6286097a9c
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 1 17:17:44 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 1 17:17:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73310c8
7
8 net-libs/xrootd: x86 stable (bug #771333)
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-libs/xrootd/xrootd-5.0.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/xrootd/xrootd-5.0.3.ebuild b/net-libs/xrootd/xrootd-5.0.3.ebuild
17 index b96f560be94..e675df9e658 100644
18 --- a/net-libs/xrootd/xrootd-5.0.3.ebuild
19 +++ b/net-libs/xrootd/xrootd-5.0.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -15,7 +15,7 @@ SRC_URI="http://xrootd.org/download/v${PV}/${P}.tar.gz"
27
28 LICENSE="LGPL-3"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
32 IUSE="doc examples fuse http kerberos python readline ssl test"
33 RESTRICT="!test? ( test )"