Diff libqb-2.0.1-r1 with a libqb-2.0.4

/usr/portage/sys-cluster/libqb/libqb-2.0.4.ebuild 2023-10-09 14:52:35.464368501 +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=7
......
26 26

  
27 27
DOCS=( ChangeLog README.markdown )
28 28

  
29
PATCHES=(
30
	"${FILESDIR}"/${PN}-2.0.1-slibtool.patch
31
)
29
PATCHES=()
32 30

  
33 31
src_prepare() {
34 32
	default
Thank you!