Diff ldapvi-1.7_p20101214-r5 with a ldapvi-1.7_p20101214-r6

/usr/portage/net-nds/ldapvi/ldapvi-1.7_p20101214-r6.ebuild 2023-10-09 14:52:34.720368482 +0300
12 12

  
13 13
LICENSE="GPL-2"
14 14
SLOT="0"
15
KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
15
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
16 16
IUSE="gnutls sasl"
17 17

  
18 18
RDEPEND="
......
34 34
DEPEND="${RDEPEND}"
35 35
BDEPEND="virtual/pkgconfig"
36 36

  
37
PATCHES=( "${FILESDIR}/${PN}-1.7-fix-implicit-function-declarations.patch" )
37
PATCHES=(
38
	"${FILESDIR}/${PN}-1.7-fix-implicit-function-declarations.patch"
39
	"${FILESDIR}/${PN}-1.7-fix-missing-on_exit-musl.patch"
40
)
38 41

  
39 42
src_prepare() {
40 43
	default
Thank you!