diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:05:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:58:12 +0000 |
commit | b7850e0cec8cc45dc7a32b67376ce83af3051813 (patch) | |
tree | 403202cbe873d9c1e891a7b4174dfa589c95e72d /dev-perl | |
parent | dev-perl/libxml-perl: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-b7850e0cec8cc45dc7a32b67376ce83af3051813.tar.gz gentoo-b7850e0cec8cc45dc7a32b67376ce83af3051813.tar.bz2 gentoo-b7850e0cec8cc45dc7a32b67376ce83af3051813.zip |
dev-perl/perl-ldap: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/perl-ldap/perl-ldap-0.650.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/perl-ldap/perl-ldap-0.650.0.ebuild b/dev-perl/perl-ldap/perl-ldap-0.650.0.ebuild index f75e5c91c261..99093904cf1b 100644 --- a/dev-perl/perl-ldap/perl-ldap-0.650.0.ebuild +++ b/dev-perl/perl-ldap/perl-ldap-0.650.0.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl modules which provide an object-oriented interface to LDAP servers" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="sasl xml ssl" RDEPEND=" |