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 A38B6138334 for ; Mon, 6 May 2019 08:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE5C9E08A8; Mon, 6 May 2019 08:56:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8BD11E08AE for ; Mon, 6 May 2019 08:56:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 089F03438F6 for ; Mon, 6 May 2019 08:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C46B5D0 for ; Mon, 6 May 2019 08:56:41 +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: <1557132986.699be5b18915ad2ff549267e65554da35c269b51.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/rpcbind/rpcbind-1.2.5.ebuild X-VCS-Directories: net-nds/rpcbind/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 699be5b18915ad2ff549267e65554da35c269b51 X-VCS-Branch: master Date: Mon, 6 May 2019 08:56:41 +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: 229630d0-023c-43c5-b0c7-0cbd9ffb6924 X-Archives-Hash: ab0e3c0de19a4eeb7f00a9b41a357a2c commit: 699be5b18915ad2ff549267e65554da35c269b51 Author: Yixun Lan gentoo org> AuthorDate: Mon May 6 05:37:34 2019 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon May 6 08:56:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699be5b1 net-nds/rpcbind: Add ~riscv keyword Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Yixun Lan gentoo.org> net-nds/rpcbind/rpcbind-1.2.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-nds/rpcbind/rpcbind-1.2.5.ebuild b/net-nds/rpcbind/rpcbind-1.2.5.ebuild index 7e3bbeae8e8..9178ff90a0b 100644 --- a/net-nds/rpcbind/rpcbind-1.2.5.ebuild +++ b/net-nds/rpcbind/rpcbind-1.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" fi DESCRIPTION="portmap replacement which supports RPC over various protocols"