diff options
author | 2020-08-21 20:19:38 +0200 | |
---|---|---|
committer | 2020-08-21 20:19:38 +0200 | |
commit | 45466ee72785cbdb0fce0a480927b6ae6d68e081 (patch) | |
tree | d45c324bce2c94c4764d994411bfa7f94fae9514 /net-fs/nfs-utils | |
parent | net-vpn/tor: arm stable wrt bug #738196 (diff) | |
download | gentoo-45466ee72785cbdb0fce0a480927b6ae6d68e081.tar.gz gentoo-45466ee72785cbdb0fce0a480927b6ae6d68e081.tar.bz2 gentoo-45466ee72785cbdb0fce0a480927b6ae6d68e081.zip |
net-fs/nfs-utils: arm stable wrt bug #738352
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-fs/nfs-utils')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-2.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-2.5.1.ebuild b/net-fs/nfs-utils/nfs-utils-2.5.1.ebuild index 62e71ea77936..22671a30ff7f 100644 --- a/net-fs/nfs-utils/nfs-utils-2.5.1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.5.1.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" = *_rc* ]] ; then S="${WORKDIR}/${PN}-${PN}-${MY_PV}" else SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi LICENSE="GPL-2" |