diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 22:56:04 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 23:11:00 +1200 |
commit | 309f63de4274901524f40c01ceee94bd798161bc (patch) | |
tree | f496b071e14d8bca203ee73eb996780c46669774 /dev-perl/perl-ldap | |
parent | net-misc/wget: Drop m68k and various prefixes re bug #690140 (diff) | |
download | gentoo-309f63de4274901524f40c01ceee94bd798161bc.tar.gz gentoo-309f63de4274901524f40c01ceee94bd798161bc.tar.bz2 gentoo-309f63de4274901524f40c01ceee94bd798161bc.zip |
dev-perl/perl-ldap: Drop macos and solaris prefixes re bug #690140
Depends:
- dev-perl/IO-Socket-SSL
Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/perl-ldap')
-rw-r--r-- | dev-perl/perl-ldap/perl-ldap-0.650.0.ebuild | 2 |
1 files changed, 1 insertions, 1 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 0f18f14afc94..822cceabd1de 100644 --- a/dev-perl/perl-ldap/perl-ldap-0.650.0.ebuild +++ b/dev-perl/perl-ldap/perl-ldap-0.650.0.ebuild @@ -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 ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="sasl xml ssl" RDEPEND=" |