diff options
author | Sam James <sam@gentoo.org> | 2023-12-03 00:20:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-03 00:25:28 +0000 |
commit | ac0bc46eaa27105ea7ca3d854ecaeaa3b99e9880 (patch) | |
tree | f553240268a17fdb0a93280a8d1bff761910feff /sys-apps/dbus-broker | |
parent | app-crypt/certbot-apache: stabilize 2.7.4 for amd64, x86 (diff) | |
download | gentoo-ac0bc46eaa27105ea7ca3d854ecaeaa3b99e9880.tar.gz gentoo-ac0bc46eaa27105ea7ca3d854ecaeaa3b99e9880.tar.bz2 gentoo-ac0bc46eaa27105ea7ca3d854ecaeaa3b99e9880.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps/dbus-broker')
-rw-r--r-- | sys-apps/dbus-broker/dbus-broker-33.ebuild | 5 | ||||
-rw-r--r-- | 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) |