From 22f788679d115f9de9596c31e6e7ae73105369c2 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 21 Jul 2025 07:16:06 +0000 Subject: [PATCH] net-fs/nfs-utils: Sync with Gentoo It's from Gentoo commit 4f96c809c223426e0b6d57b17b4c9ae29b9b9f9f. Signed-off-by: Mathieu Tortuyaux --- .../portage-stable/net-fs/nfs-utils/nfs-utils-2.7.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/net-fs/nfs-utils/nfs-utils-2.7.1-r1.ebuild b/sdk_container/src/third_party/portage-stable/net-fs/nfs-utils/nfs-utils-2.7.1-r1.ebuild index f28ddb4280..e9bcc1dfba 100644 --- a/sdk_container/src/third_party/portage-stable/net-fs/nfs-utils/nfs-utils-2.7.1-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-fs/nfs-utils/nfs-utils-2.7.1-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *_rc* ]] ; then S="${WORKDIR}/${PN}-${PN}-${MY_PV}" else SRC_URI="https://downloads.sourceforge.net/nfs/${P}.tar.bz2" - KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi LICENSE="GPL-2"