diff options
author | Sam James <sam@gentoo.org> | 2022-11-15 08:46:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-15 08:46:02 +0000 |
commit | d1261962f8f3f2952ec0bf59472258e53f51ebd9 (patch) | |
tree | 607b58bcab772da09a99885871db970a5001b2da /sys-cluster/rdma-core | |
parent | dev-libs/openssl-compat: add 1.1.1s (diff) | |
download | gentoo-d1261962f8f3f2952ec0bf59472258e53f51ebd9.tar.gz gentoo-d1261962f8f3f2952ec0bf59472258e53f51ebd9.tar.bz2 gentoo-d1261962f8f3f2952ec0bf59472258e53f51ebd9.zip |
sys-cluster/rdma-core: Stabilize 42.0-r1 amd64, #881361
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/rdma-core')
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-42.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-42.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-42.0-r1.ebuild index 84aa6ec22768..8e32d1335115 100644 --- a/sys-cluster/rdma-core/rdma-core-42.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-42.0-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core" else SRC_URI="https://github.com/linux-rdma/rdma-core/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" fi LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )" |