diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:38:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:10:37 +0000 |
commit | f5f84644dd7cf71b3b46a06967896e75da073f57 (patch) | |
tree | ebbaab02241f1ac139f2bfc6fb571bd35e376821 /net-libs/libnfsidmap | |
parent | net-libs/libnfnetlink: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-f5f84644dd7cf71b3b46a06967896e75da073f57.tar.gz gentoo-f5f84644dd7cf71b3b46a06967896e75da073f57.tar.bz2 gentoo-f5f84644dd7cf71b3b46a06967896e75da073f57.zip |
net-libs/libnfsidmap: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libnfsidmap')
-rw-r--r-- | net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild index b4fd1d02e3fc..af55e3a7b0e0 100644 --- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild +++ b/net-libs/libnfsidmap/libnfsidmap-0.27.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=6 @@ -12,7 +12,7 @@ SRC_URI="https://fedorapeople.org/~steved/${PN}/${PV}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" IUSE="ldap static-libs" DEPEND="ldap? ( net-nds/openldap )" |