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 5F31113835B for ; Sat, 29 May 2021 00:04:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03474E087B; Sat, 29 May 2021 00:04:00 +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 DF87AE087B for ; Sat, 29 May 2021 00:03:59 +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 0392D33BE65 for ; Sat, 29 May 2021 00:03:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4890879E for ; Sat, 29 May 2021 00:03:56 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1622244050.eb8b9731e72f289912e8d6a80c33d41d96657aa4.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/libnfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/libnfs/libnfs-4.0.0.ebuild X-VCS-Directories: net-fs/libnfs/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: eb8b9731e72f289912e8d6a80c33d41d96657aa4 X-VCS-Branch: master Date: Sat, 29 May 2021 00:03:56 +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: 98018e32-9557-42de-b917-189b3e9f3798 X-Archives-Hash: d913c70f35cedea271b6854881b8ffba commit: eb8b9731e72f289912e8d6a80c33d41d96657aa4 Author: Yixun Lan gentoo org> AuthorDate: Fri May 28 15:24:13 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri May 28 23:20:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8b9731 net-fs/libnfs: add riscv keyword Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> net-fs/libnfs/libnfs-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/libnfs/libnfs-4.0.0.ebuild b/net-fs/libnfs/libnfs-4.0.0.ebuild index f2cdf5f1c4c..dd9e9fd14f2 100644 --- a/net-fs/libnfs/libnfs-4.0.0.ebuild +++ b/net-fs/libnfs/libnfs-4.0.0.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git" else SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 x86" S="${WORKDIR}/${PN}-${P}" fi