diff options
author | Sam James <sam@gentoo.org> | 2023-09-08 19:24:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-08 19:24:16 +0100 |
commit | 96f292c05cc3ad2f6678883a6ae2bfc5857154bb (patch) | |
tree | 26d81b188873887009519f828436c62a9125164d /sys-cluster/rdma-core | |
parent | sys-cluster/rdma-core: Stabilize 47.0 x86, #913853 (diff) | |
download | gentoo-96f292c05cc3ad2f6678883a6ae2bfc5857154bb.tar.gz gentoo-96f292c05cc3ad2f6678883a6ae2bfc5857154bb.tar.bz2 gentoo-96f292c05cc3ad2f6678883a6ae2bfc5857154bb.zip |
sys-cluster/rdma-core: Stabilize 47.0 arm64, #913853
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/rdma-core')
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-47.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-47.0.ebuild b/sys-cluster/rdma-core/rdma-core-47.0.ebuild index fd3cdc26909a..03ec1b38cdd4 100644 --- a/sys-cluster/rdma-core/rdma-core-47.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-47.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 ) )" |