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-fs/libnfs/
Date: Mon, 15 Jan 2018 19:03:24
Message-Id: 1516042959.60a1f7f4e2a741769a2c3ef69410ef0b61761492.klausman@gentoo
1 commit: 60a1f7f4e2a741769a2c3ef69410ef0b61761492
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 15 19:02:39 2018 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 15 19:02:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a1f7f4
7
8 net-fs/libnfs-2.0.0-r0: amd64 stable
9
10 Gentoo-Bug: http://bugs.gentoo.org/644102
11
12 net-fs/libnfs/libnfs-2.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-fs/libnfs/libnfs-2.0.0.ebuild b/net-fs/libnfs/libnfs-2.0.0.ebuild
16 index 0d9b7523c8b..3b541741c9a 100644
17 --- a/net-fs/libnfs/libnfs-2.0.0.ebuild
18 +++ b/net-fs/libnfs/libnfs-2.0.0.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit git-2
21 else
22 SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~x86"
24 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~x86"
25 fi
26
27 DESCRIPTION="Client library for accessing NFS shares over a network"