diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:19:33 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:19:33 +0100 |
commit | dd9fdd38df168eec2946c489139a899ce6544179 (patch) | |
tree | eb7c40cc8e2233e703afb75d062945bfa7fff2a5 /dev-perl/perl-ldap | |
parent | net-misc/unison: destabilise for ppc (diff) | |
download | gentoo-dd9fdd38df168eec2946c489139a899ce6544179.tar.gz gentoo-dd9fdd38df168eec2946c489139a899ce6544179.tar.bz2 gentoo-dd9fdd38df168eec2946c489139a899ce6544179.zip |
dev-perl/perl-ldap: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-perl/perl-ldap')
-rw-r--r-- | dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild b/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild index c070faffa7ab..44bfc96705d8 100644 --- a/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild +++ b/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="sasl xml ssl" RDEPEND=" |