Diff gloox-1.0.24 with a gloox-1.0.24-r1

/usr/portage/net-libs/gloox/gloox-1.0.24-r1.ebuild 2023-10-09 14:52:34.472368476 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit autotools
7 7

  
......
33 33
	"${FILESDIR}/${PN}-1.0.24-Makefile.patch"
34 34
	"${FILESDIR}/${PN}-1.0.24-slibtool.patch"
35 35
	"${FILESDIR}/${PN}-1.0.24-pthread-link.patch"
36
	"${FILESDIR}/${PN}-1.0.24-bashism-configure.patch"
37
	"${FILESDIR}/${PN}-1.0.24-fix-gcc12-time.patch"
36 38
)
37 39

  
38 40
src_prepare() {
......
52 54
		$(use_with test tests)
53 55
		$(use_with zlib)
54 56
	)
57

  
55 58
	econf "${myeconfargs[@]}"
56 59
}
57 60

  
58 61
src_install() {
59 62
	default
63

  
60 64
	find "${ED}" -name "*.la" -delete || die
61 65
}
Thank you!