summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-31 12:59:41 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-31 13:39:07 -0400
commit0f3f8cf80d2c47ff650e0ed6456b66815ecc439a (patch)
treea93dafb15993824a25417cb68266c1b8c1dae899 /sys-apps
parentprofiles: Unmask x11-misc/gtkdialog (diff)
downloadgentoo-0f3f8cf80d2c47ff650e0ed6456b66815ecc439a.tar.gz
gentoo-0f3f8cf80d2c47ff650e0ed6456b66815ecc439a.tar.bz2
gentoo-0f3f8cf80d2c47ff650e0ed6456b66815ecc439a.zip
sys-apps/systemd-utils: Explicitly disable bpf-framework
BPF is not used by systemd-utils, only by components that are part of the full systemd installation. In Gentoo this change is a no-op. It only serves to skip some configure tests, which happen to use unprefixed 'clang', which is not allowed in ChromeOS. Closes: https://github.com/gentoo/gentoo/pull/28053 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd-utils/systemd-utils-251.7.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-251.7.ebuild b/sys-apps/systemd-utils/systemd-utils-251.7.ebuild
index a59e868762b9..46a55e226ca4 100644
--- a/sys-apps/systemd-utils/systemd-utils-251.7.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-251.7.ebuild
@@ -175,6 +175,7 @@ multilib_src_configure() {
-Daudit=false
-Dbacklight=false
-Dbinfmt=false
+ -Dbpf-framework=false
-Dbzip2=false
-Dcoredump=false
-Ddbus=false