diff options
author | Sam James <sam@gentoo.org> | 2023-09-08 19:24:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-08 19:24:12 +0100 |
commit | 6704f0c450af8aa0ca790d8e478f0eccd7768efb (patch) | |
tree | dd7f28ab350bab6f082a8fac79eaf1b1b9bbb9aa /sys-cluster/rdma-core | |
parent | sys-cluster/rdma-core: Stabilize 47.0 amd64, #913853 (diff) | |
download | gentoo-6704f0c450af8aa0ca790d8e478f0eccd7768efb.tar.gz gentoo-6704f0c450af8aa0ca790d8e478f0eccd7768efb.tar.bz2 gentoo-6704f0c450af8aa0ca790d8e478f0eccd7768efb.zip |
sys-cluster/rdma-core: Stabilize 47.0 sparc, #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 8f7c718033c7..b9b20f7115ca 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 ) )" |