diff options
author | Sam James <sam@gentoo.org> | 2023-06-07 09:13:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-07 09:14:06 +0100 |
commit | 4218f6a7b27668a76ab5415d524ae2927c5fd226 (patch) | |
tree | 682b7faf31cabcf32d21384b4ee9de917f4540be /sys-apps | |
parent | sys-apps/dbus: add 1.15.6 (diff) | |
download | gentoo-4218f6a7b27668a76ab5415d524ae2927c5fd226.tar.gz gentoo-4218f6a7b27668a76ab5415d524ae2927c5fd226.tar.bz2 gentoo-4218f6a7b27668a76ab5415d524ae2927c5fd226.zip |
sys-apps/dbus: update comment re meson
Bug: https://bugs.gentoo.org/599494
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/dbus/dbus-1.15.6.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys-apps/dbus/dbus-1.15.6.ebuild b/sys-apps/dbus/dbus-1.15.6.ebuild index df6860390b97..7358af74c091 100644 --- a/sys-apps/dbus/dbus-1.15.6.ebuild +++ b/sys-apps/dbus/dbus-1.15.6.ebuild @@ -11,13 +11,9 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) TMPFILES_OPTIONAL=1 -# From 1.15.0 release notes: -# "• Add a Meson build system. This is currently considered experimental, -# but the intention is for it to replace Autotools and/or CMake in future -# releases, preferably both. Please test!" -# We haven't migrated to it yet as it's experimental but our elogind -# patch needs adjusting too (and upstreaming, ideally!) -# https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/NEWS#L31 +# As of 1.15.6, the Meson build system is now recommended upstream, but we +# can't use it because our elogind patch needs rebasing and submission upstream. +# See bug #599494. inherit autotools flag-o-matic linux-info python-any-r1 readme.gentoo-r1 systemd tmpfiles virtualx multilib-minimal DESCRIPTION="A message bus system, a simple way for applications to talk to each other" |