Diff ruby-ldap-0.9.20-r3 with a ruby-ldap-0.9.20-r4

/usr/portage/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r4.ebuild 2023-10-09 14:52:30.460368375 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
14 14
HOMEPAGE="https://github.com/bearded/ruby-ldap"
15 15
LICENSE="BSD"
16 16
SLOT="0"
17
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
17
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
18 18
IUSE="ssl"
19 19
DEPEND=">=net-nds/openldap-2:=
20 20
	dev-libs/cyrus-sasl
......
25 25
# running LDAP daemon
26 26
RESTRICT="test"
27 27

  
28
PATCHES=(
29
	"${FILESDIR}"/${PN}-0.9.20-clang16-fix.patch
30
)
31

  
28 32
each_ruby_configure() {
29 33
	local myconf="--with-openldap2"
30 34
	if ! use ssl ; then
Thank you!