diff options
author | 2020-06-25 13:54:02 +0300 | |
---|---|---|
committer | 2020-06-25 13:54:02 +0300 | |
commit | 0add0e01e54a4910be07f89b354e923d52c2e2da (patch) | |
tree | dc34ae9ff97e81a6f0e05668e056b4451c3d0873 /sys-cluster/rdma-core | |
parent | sys-cluster/rdma-core: Version bump (v30.0) (diff) | |
download | gentoo-0add0e01e54a4910be07f89b354e923d52c2e2da.tar.gz gentoo-0add0e01e54a4910be07f89b354e923d52c2e2da.tar.bz2 gentoo-0add0e01e54a4910be07f89b354e923d52c2e2da.zip |
sys-cluster/rdma-core: restore arm64 keyword
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-cluster/rdma-core')
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-30.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-30.0.ebuild b/sys-cluster/rdma-core/rdma-core-30.0.ebuild index b5518fdad7d5..66af444d7865 100644 --- a/sys-cluster/rdma-core/rdma-core-30.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-30.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/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )" |