diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-07 19:46:22 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-07 19:46:22 +0000 |
commit | 466cb2647aaa76e5be5f2da4ee7296f010d20626 (patch) | |
tree | d42c94d45490538c2418587a2eebd19a279f68a8 /sys-cluster/rdma-core | |
parent | sys-apps/fd: Stabilize 8.7.0 arm64, #908655 (diff) | |
download | gentoo-466cb2647aaa76e5be5f2da4ee7296f010d20626.tar.gz gentoo-466cb2647aaa76e5be5f2da4ee7296f010d20626.tar.bz2 gentoo-466cb2647aaa76e5be5f2da4ee7296f010d20626.zip |
sys-cluster/rdma-core: Stabilize 45.0 arm64, #909657
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-cluster/rdma-core')
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-45.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-45.0.ebuild b/sys-cluster/rdma-core/rdma-core-45.0.ebuild index 42b7403cbde4..8ed9652f3ab6 100644 --- a/sys-cluster/rdma-core/rdma-core-45.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-45.0.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 ) )" |