diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-13 09:08:30 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-13 09:08:30 +0200 |
commit | c920707acb4c587d3d459db8cf5e73499abc4f85 (patch) | |
tree | 047408bba05ebbd98b09080c5678fe5fd7d48af4 /net-fs/libnfs | |
parent | dev-python/greenlet: arm stable wrt bug #851330 (diff) | |
download | gentoo-c920707acb4c587d3d459db8cf5e73499abc4f85.tar.gz gentoo-c920707acb4c587d3d459db8cf5e73499abc4f85.tar.bz2 gentoo-c920707acb4c587d3d459db8cf5e73499abc4f85.zip |
net-fs/libnfs: arm stable wrt bug #851600
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-fs/libnfs')
-rw-r--r-- | net-fs/libnfs/libnfs-5.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/libnfs/libnfs-5.0.1.ebuild b/net-fs/libnfs/libnfs-5.0.1.ebuild index 401f121788a2..6c7882775d93 100644 --- a/net-fs/libnfs/libnfs-5.0.1.ebuild +++ b/net-fs/libnfs/libnfs-5.0.1.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git" else SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86" S="${WORKDIR}"/${PN}-${P} fi |