Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/
Date: Tue, 28 Feb 2017 12:51:48
Message-Id: 1488286296.a21e8a6a075fbbeaef2d1711a25320f83aa7a7b0.klausman@gentoo
1 commit: a21e8a6a075fbbeaef2d1711a25320f83aa7a7b0
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 12:51:28 2017 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 12:51:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21e8a6a
7
8 net-nds/rpcbind-0.2.4-r0: add alpha keyword
9
10 Gentoo-Bug: 610704
11
12 net-nds/rpcbind/rpcbind-0.2.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-nds/rpcbind/rpcbind-0.2.4.ebuild b/net-nds/rpcbind/rpcbind-0.2.4.ebuild
16 index eb8408c842..e98ee92e1f 100644
17 --- a/net-nds/rpcbind/rpcbind-0.2.4.ebuild
18 +++ b/net-nds/rpcbind/rpcbind-0.2.4.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit autotools git-r3
21 else
22 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
23 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
24 + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
25 fi
26
27 DESCRIPTION="portmap replacement which supports RPC over various protocols"