diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-20 14:36:35 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-20 14:36:51 +0100 |
commit | 515be3887dff8be8abc90914293f0d8fdac591a9 (patch) | |
tree | 72a58a98a596761cfd1983de2a83c0682e4b939c /sys-cluster/rdma-core | |
parent | net-libs/libpcap: Mark ~hppa (diff) | |
download | gentoo-515be3887dff8be8abc90914293f0d8fdac591a9.tar.gz gentoo-515be3887dff8be8abc90914293f0d8fdac591a9.tar.bz2 gentoo-515be3887dff8be8abc90914293f0d8fdac591a9.zip |
sys-cluster/rdma-core: Mark ~hppa
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Bug: https://bugs.gentoo.org/705802
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'sys-cluster/rdma-core')
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild index f6f843f6875d..a4b748ab4b1d 100644 --- a/sys-cluster/rdma-core/rdma-core-9999.ebuild +++ b/sys-cluster/rdma-core/rdma-core-9999.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="~amd64 ~x86" + KEYWORDS="~amd64 ~hppa ~x86" fi LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )" |