Diff libspt-1.1-r4 with a libspt-1.1-r5

/usr/portage/dev-libs/libspt/libspt-1.1-r5.ebuild 2025-07-29 16:22:13.172450537 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 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

  
......
24 24
	"${FILESDIR}/${PN}-glibc-2.30.patch"
25 25
	"${FILESDIR}/${PN}-rpc.patch"
26 26
	"${FILESDIR}/${PN}-gettimeofday.patch"
27
	"${FILESDIR}/${P}-timeval-in-utmp.patch"
27 28
)
28 29

  
29 30
src_prepare() {
......
35 36

  
36 37
src_configure() {
37 38
	econf \
38
		--disable-static \
39 39
		--with-libtirpc
40 40
}
41 41

  
Thank you!