Diff dbus-1.15.4-r1 with a dbus-1.15.6

/usr/portage/sys-apps/dbus/dbus-1.15.6.ebuild 2023-10-09 14:52:35.364368498 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
# Be careful with packaging odd-version-number branches.
6
# Be careful with packaging odd-version-number branches!
7
# After >1.15, we should at least keep stable as an upstream stable branch,
8
# possibly even ~arch too, given the note about security releases on their website.
7 9
# See https://www.freedesktop.org/wiki/Software/dbus/#download.
8 10

  
9 11
PYTHON_COMPAT=( python3_{10..12} )
10 12
TMPFILES_OPTIONAL=1
11 13

  
12
# From 1.15.0 release notes:
13
# "• Add a Meson build system. This is currently considered experimental,
14
#  but the intention is for it to replace Autotools and/or CMake in future
15
#  releases, preferably both. Please test!"
16
# We haven't migrated to it yet as it's experimental but our elogind
17
# patch needs adjusting too (and upstreaming, ideally!)
18
# https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/NEWS#L31
14
# As of 1.15.6, the Meson build system is now recommended upstream, but we
15
# can't use it because our elogind patch needs rebasing and submission upstream.
16
# See bug #599494.
19 17
inherit autotools flag-o-matic linux-info python-any-r1 readme.gentoo-r1 systemd tmpfiles virtualx multilib-minimal
20 18

  
21 19
DESCRIPTION="A message bus system, a simple way for applications to talk to each other"
Thank you!