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:54:31
Message-Id: 1664081619.68a0c239d39be53ca7c7aa7e8ae9da15103c093c.sam@gentoo
1 commit: 68a0c239d39be53ca7c7aa7e8ae9da15103c093c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 04:53:39 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 04:53:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a0c239
7
8 net-fs/libnfs: Stabilize 5.0.2 x86, #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 ab0a5d9cfab7..06040b2b163a 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