diff options
author | Sam James <sam@gentoo.org> | 2024-03-03 00:24:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-03 00:24:14 +0000 |
commit | 168d5defac98cf85516bdb1d408e2b6f845cdd3e (patch) | |
tree | 745ba79413e45d6152c5a634c6dd74969a96033b /sys-cluster | |
parent | dev-dotnet/dotnet-runtime-nugets: Stabilize 6.0.26 arm64, #925655 (diff) | |
download | gentoo-168d5defac98cf85516bdb1d408e2b6f845cdd3e.tar.gz gentoo-168d5defac98cf85516bdb1d408e2b6f845cdd3e.tar.bz2 gentoo-168d5defac98cf85516bdb1d408e2b6f845cdd3e.zip |
sys-cluster/rdma-core: Stabilize 50.0 arm64, #925743
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-50.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-50.0.ebuild b/sys-cluster/rdma-core/rdma-core-50.0.ebuild index 2eaa1edfab69..beb2956b3a2a 100644 --- a/sys-cluster/rdma-core/rdma-core-50.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-50.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 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86" fi LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )" |