diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-04 11:41:00 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-04 11:41:00 +0100 |
commit | a70cdf95af534a790f866c72accc71bdbd7b42aa (patch) | |
tree | 4c1f17753d07de769cdb9071bbd6b88c8fcad573 /net-libs/xrootd-ceph | |
parent | net-libs/xrootd: amd64 stable wrt bug #771333 (diff) | |
download | gentoo-a70cdf95af534a790f866c72accc71bdbd7b42aa.tar.gz gentoo-a70cdf95af534a790f866c72accc71bdbd7b42aa.tar.bz2 gentoo-a70cdf95af534a790f866c72accc71bdbd7b42aa.zip |
net-libs/xrootd-ceph: amd64 stable wrt bug #771333
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs/xrootd-ceph')
-rw-r--r-- | net-libs/xrootd-ceph/xrootd-ceph-5.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/xrootd-ceph/xrootd-ceph-5.0.3.ebuild b/net-libs/xrootd-ceph/xrootd-ceph-5.0.3.ebuild index 873a3d79a050..fe49b3f4f5c1 100644 --- a/net-libs/xrootd-ceph/xrootd-ceph-5.0.3.ebuild +++ b/net-libs/xrootd-ceph/xrootd-ceph-5.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/xrootd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~amd64-linux" +KEYWORDS="amd64 ~amd64-linux" IUSE="test" RESTRICT="!test? ( test )" |