Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
Date: Sat, 29 Jan 2022 02:48:18
Message-Id: 1643424438.a00797417fc6de3774fe639885481043b59f246b.sam@gentoo
1 commit: a00797417fc6de3774fe639885481043b59f246b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 02:47:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 02:47:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0079741
7
8 sys-cluster/rdma-core: Stabilize 38.0 amd64, #832258
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-cluster/rdma-core/rdma-core-38.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-cluster/rdma-core/rdma-core-38.0.ebuild b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
16 index f78ff20324b2..2c1a04869b02 100644
17 --- a/sys-cluster/rdma-core/rdma-core-38.0.ebuild
18 +++ b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then
26 EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core"
27 else
28 SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
30 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
31 fi
32
33 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"