From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7275139337 for ; Tue, 27 Jul 2021 13:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCB51E0895; Tue, 27 Jul 2021 13:49:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74E55E0891 for ; Tue, 27 Jul 2021 13:49:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12211342BF5 for ; Tue, 27 Jul 2021 13:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71B33798 for ; Tue, 27 Jul 2021 13:49:10 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1627393033.793995c4d4d23d145e11e9f3896d4f3dd720bfe7.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/rdma-core/rdma-core-34.0.ebuild X-VCS-Directories: sys-cluster/rdma-core/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 793995c4d4d23d145e11e9f3896d4f3dd720bfe7 X-VCS-Branch: master Date: Tue, 27 Jul 2021 13:49:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f49d43c-d371-4c83-9b50-d386676326da X-Archives-Hash: 7228284c91fb3560d4a1fdc15cebd3b4 commit: 793995c4d4d23d145e11e9f3896d4f3dd720bfe7 Author: Marek Szuba gentoo org> AuthorDate: Tue Jul 27 13:31:31 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jul 27 13:37:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793995c4 sys-cluster/rdma-core: keyword 34.0 for ~riscv I look forward to RISC-V hardware with NICs actually able to handle RDMA! Signed-off-by: Marek Szuba gentoo.org> sys-cluster/rdma-core/rdma-core-34.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/rdma-core/rdma-core-34.0.ebuild b/sys-cluster/rdma-core/rdma-core-34.0.ebuild index 34e0711a934..04bd80c921e 100644 --- a/sys-cluster/rdma-core/rdma-core-34.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-34.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 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"