commit: ac0bc46eaa27105ea7ca3d854ecaeaa3b99e9880
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 3 00:20:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 00:25:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0bc46e
sys-apps/dbus-broker: filter -fno-semantic-interposition
Causes test failures.
(Not going to revbump as this isn't anything new and anyone who hits it
would notice immediately.)
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/dbus-broker/dbus-broker-33.ebuild | 5 ++++-
sys-apps/dbus-broker/dbus-broker-9999.ebuild | 7 +++++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/sys-apps/dbus-broker/dbus-broker-33.ebuild
b/sys-apps/dbus-broker/dbus-broker-33.ebuild
index 13b622e8825c..645121c3f9b2 100644
--- a/sys-apps/dbus-broker/dbus-broker-33.ebuild
+++ b/sys-apps/dbus-broker/dbus-broker-33.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit meson
+inherit flag-o-matic meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
@@ -50,6 +50,9 @@ src_unpack() {
fi
src_configure() {
+ # Causes test failures
+ filter-flags -fno-semantic-interposition
+
local emesonargs=(
$(meson_use apparmor)
$(meson_use audit)
diff --git a/sys-apps/dbus-broker/dbus-broker-9999.ebuild
b/sys-apps/dbus-broker/dbus-broker-9999.ebuild
index 9345691d61b5..206bac4cf1bb 100644
--- a/sys-apps/dbus-broker/dbus-broker-9999.ebuild
+++ b/sys-apps/dbus-broker/dbus-broker-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2017-2022 Gentoo Authors
+# Copyright 2017-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit meson
+inherit flag-o-matic meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
@@ -50,6 +50,9 @@ src_unpack() {
fi
src_configure() {
+ # Causes test failures
+ filter-flags -fno-semantic-interposition
+
local emesonargs=(
$(meson_use apparmor)
$(meson_use audit)