diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-10 22:41:19 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-10 22:41:19 +0300 |
commit | 413236fa7334fc6302a30b8ee68113a3a6d2b349 (patch) | |
tree | 71220b9dc3532e1ed9a7a6bd168036208d9feaef /sys-cluster/rdma-core | |
parent | sys-cluster/rdma-core: call python conditionally (diff) | |
download | gentoo-413236fa7334fc6302a30b8ee68113a3a6d2b349.tar.gz gentoo-413236fa7334fc6302a30b8ee68113a3a6d2b349.tar.bz2 gentoo-413236fa7334fc6302a30b8ee68113a3a6d2b349.zip |
sys-cluster/rdma-core: restore arm keyword
Package-Manager: Portage-2.3.99, Repoman-2.3.23
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-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild index c7530aca8d21..be7204ccc11c 100644 --- a/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-30.0-r1.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 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )" |