diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:37:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:10:18 +0000 |
commit | 88000d561aa811c11a3d54bb09df50cb4633d790 (patch) | |
tree | 6e2bbbc802ff0150444c2e393fad5a76b4153fed /net-fs/nfs-utils | |
parent | net-fs/libnfs: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-88000d561aa811c11a3d54bb09df50cb4633d790.tar.gz gentoo-88000d561aa811c11a3d54bb09df50cb4633d790.tar.bz2 gentoo-88000d561aa811c11a3d54bb09df50cb4633d790.zip |
net-fs/nfs-utils: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs/nfs-utils')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-2.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 31b5706372dd..af962af74ca6 100644 --- a/net-fs/nfs-utils/nfs-utils-2.5.1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |