From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1109817-garchives=archives.gentoo.org@lists.gentoo.org> 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 2D0CC138334 for <garchives@archives.gentoo.org>; Sun, 8 Sep 2019 18:26:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33065E09DC; Sun, 8 Sep 2019 18:26:38 +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 196F1E09DC for <gentoo-commits@lists.gentoo.org>; Sun, 8 Sep 2019 18:26:38 +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 43D4E34AEC7 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Sep 2019 18:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27F277F4 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Sep 2019 18:26:33 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org> Message-ID: <1567967056.55d11f5b5572a76d23e8099ea689f3f641fd74cc.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 55d11f5b5572a76d23e8099ea689f3f641fd74cc X-VCS-Branch: master Date: Sun, 8 Sep 2019 18:26:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eec32841-98c9-465a-aeee-b49549c47461 X-Archives-Hash: 720866bfc7fb79ffcc0513b5af2c103b commit: 55d11f5b5572a76d23e8099ea689f3f641fd74cc Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Sep 8 18:24:16 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Sep 8 18:24:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d11f5b net-nds/rpcbind: stable 1.2.5 for ppc, bug #693310 Package-Manager: Portage-2.3.75, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> net-nds/rpcbind/rpcbind-1.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-nds/rpcbind/rpcbind-1.2.5.ebuild b/net-nds/rpcbind/rpcbind-1.2.5.ebuild index d8b36f5b492..d3eaaa6f4df 100644 --- a/net-nds/rpcbind/rpcbind-1.2.5.ebuild +++ b/net-nds/rpcbind/rpcbind-1.2.5.ebuild @@ -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 ~riscv 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"