Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/libnfs/
Date: Sun, 25 Sep 2022 04:46:47
Message-Id: 1664081177.67fcfab062723ab4f0cf2c2fc8db79cab3833bf2.sam@gentoo
1 commit: 67fcfab062723ab4f0cf2c2fc8db79cab3833bf2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 04:46:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 04:46:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fcfab0
7
8 net-fs/libnfs: Stabilize 5.0.2 amd64, #872767
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-fs/libnfs/libnfs-5.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-fs/libnfs/libnfs-5.0.2.ebuild b/net-fs/libnfs/libnfs-5.0.2.ebuild
16 index eab881ed1a27..ab0a5d9cfab7 100644
17 --- a/net-fs/libnfs/libnfs-5.0.2.ebuild
18 +++ b/net-fs/libnfs/libnfs-5.0.2.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
20 inherit git-r3
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 ~riscv ~s390 ~x86"
24 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86"
25 S="${WORKDIR}"/${PN}-${P}
26 fi