Diff audit-4.0.1-r1 with a audit-4.0.2-r1

/usr/portage/sys-process/audit/audit-4.0.2-r1.ebuild 2025-07-29 16:22:17.944470274 +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 4
EAPI=8
......
31 31
"
32 32
DEPEND="
33 33
	${RDEPEND}
34
	>=sys-kernel/linux-headers-2.6.34
34
	>=sys-kernel/linux-headers-5
35 35
	test? ( dev-libs/check )
36 36
"
37 37
BDEPEND="
......
52 52
)
53 53

  
54 54
PATCHES=(
55
	"${FILESDIR}/${P}-implicit-builtin-functions.patch"
56
	"${FILESDIR}/${P}-null-deref.patch"
55
	"${FILESDIR}/${PN}-4.0.1-musl-basename.patch"
57 56
)
58 57

  
59 58
src_prepare() {
......
100 99

  
101 100
		python_foreach_impl python_configure
102 101
	fi
102

  
103
	# Make target bindings/python/auparse_python.c doesn't get copied to ${BUILD_DIR}. bug #944338
104
	ln -s "${S}/bindings/python/auparse_python.c" "${BUILD_DIR}/bindings/python/auparse_python.c" || die
103 105
}
104 106

  
105 107
src_configure() {
Thank you!