Sam James 052f710386
sys-apps/edac-utils: drop USE=debug
It does two things:
1) define -DNDEBUG if off, which is used by list.c;
2) sets -pedantic -Werror

Given edac-utils is dead, I doubt 1) is that important, and 2) is causing
issues, drop it.

Also, cleanup now-redundant src_configure as w/ EAPI 8, we get --disable-static
for free.

Closes: https://bugs.gentoo.org/888938
Closes: https://bugs.gentoo.org/898544
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-20 09:07:10 +01:00
..