[PATCH 52/94] profiles/default/hurd: drop -openmp
Sam James <[email protected]>
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Message-ID | <e2c7d99260abd61299323c84ab023711b66ae5e2.1774994330.git.sam@gentoo.org> |
It's not necessary and the 23.0 profiles override this anyway. Signed-off-by: Sam James <[email protected]> --- profiles/default/hurd/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/default/hurd/make.defaults b/profiles/default/hurd/make.defaults index 827362e003a17..153f0dbb47d42 100644 --- a/profiles/default/hurd/make.defaults +++ b/profiles/default/hurd/make.defaults @@ -17,7 +17,7 @@ USE="${USE} -seccomp -caps -filecaps" USE="${USE} -udev -netifrc -iptables -kmod" # Hurd does support DHCP but DHCP clients need to be ported. net-misc/dhcpcd # is a work-in-progress. Avoid pulling in a possibly-broken client by default. -USE="${USE} -openmp -dhcp" +USE="${USE} -dhcp" # Sam James <[email protected]> (2026-03-18) # sys-apps/sandbox is not available on Hurd (ptrace for static binaries) -- 2.53.0