diff options
author | Sam James <sam@gentoo.org> | 2021-04-06 19:53:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-06 19:53:30 +0000 |
commit | 4ca3313bf910362c5e1a291a69d2e32017d0a2dc (patch) | |
tree | 73a7fbda0fdba778808e58c4c176ea1b16cb1472 /net-fs | |
parent | dev-lang/python: Stabilize 3.9.2_p1 ppc, #779841 (diff) | |
download | gentoo-4ca3313bf910362c5e1a291a69d2e32017d0a2dc.tar.gz gentoo-4ca3313bf910362c5e1a291a69d2e32017d0a2dc.tar.bz2 gentoo-4ca3313bf910362c5e1a291a69d2e32017d0a2dc.zip |
net-fs/nfs-utils: Stabilize 2.5.3-r1 ppc, #780414
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-2.5.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-2.5.3-r1.ebuild b/net-fs/nfs-utils/nfs-utils-2.5.3-r1.ebuild index 000481ef5b4d..42ef2ee7f8b6 100644 --- a/net-fs/nfs-utils/nfs-utils-2.5.3-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.5.3-r1.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" |