diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-04-22 11:02:55 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-22 11:02:55 +0300 |
commit | d758aa93fce3a0b12ccfd7be76a010431176a411 (patch) | |
tree | 4dd8a047c540c525a4665f8fab647a3fc5f32473 /net-fs/libnfs | |
parent | sys-apps/hdparm-9.52: arm64 stable (bug #643574) (diff) | |
download | gentoo-d758aa93fce3a0b12ccfd7be76a010431176a411.tar.gz gentoo-d758aa93fce3a0b12ccfd7be76a010431176a411.tar.bz2 gentoo-d758aa93fce3a0b12ccfd7be76a010431176a411.zip |
net-fs/libnfs-2.0.0: arm64 stable (bug #644102)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'net-fs/libnfs')
-rw-r--r-- | net-fs/libnfs/libnfs-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/libnfs/libnfs-2.0.0.ebuild b/net-fs/libnfs/libnfs-2.0.0.ebuild index 6de4c452dcc4..a6f35e504926 100644 --- a/net-fs/libnfs/libnfs-2.0.0.ebuild +++ b/net-fs/libnfs/libnfs-2.0.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz" - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86" + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86" fi DESCRIPTION="Client library for accessing NFS shares over a network" |