Diff dbus-broker-32 with a dbus-broker-33

/usr/portage/sys-apps/dbus-broker/dbus-broker-33.ebuild 2023-10-09 14:52:35.356368498 +0300
1
# Copyright 2017-2022 Gentoo Authors
1
# Copyright 2017-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
41 41
	virtual/pkgconfig
42 42
"
43 43

  
44
PATCHES=(
45
	"${FILESDIR}/dbus-broker-32-apparmor-libaudit.patch"
46
)
47

  
48 44
if [[ ${PV} == 9999 ]]; then
49 45
src_unpack() {
50 46
	git-r3_src_unpack
Thank you!