commit: 9bbecbc4093b7de7083b41d660bb7b81520f18e4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jul 14 04:20:29 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 14 04:25:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbecbc4
dev-libs/elfutils: enable USE=lzma by default The binhost needs this for dev-util/libabigail now and xz-utils is already in @system. I initially thought this was only useful for MiniDebugInfo which we don't use in Gentoo (Fedora does, however) but it's not, it's useful for e.g. compressed kernel modules too. Bug: https://bugs.gentoo.org/953623 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/elfutils/elfutils-0.193.ebuild | 2 +- dev-libs/elfutils/elfutils-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/elfutils/elfutils-0.193.ebuild b/dev-libs/elfutils/elfutils-0.193.ebuild index 6ba75f694619..671fdc335b31 100644 --- a/dev-libs/elfutils/elfutils-0.193.ebuild +++ b/dev-libs/elfutils/elfutils-0.193.ebuild @@ -28,7 +28,7 @@ fi LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )" SLOT="0" -IUSE="bzip2 debuginfod lzma nls static-libs stacktrace test +utils valgrind zstd" +IUSE="bzip2 debuginfod +lzma nls static-libs stacktrace test +utils valgrind zstd" RESTRICT="!test? ( test )" RDEPEND=" diff --git a/dev-libs/elfutils/elfutils-9999.ebuild b/dev-libs/elfutils/elfutils-9999.ebuild index cdd63bff7f42..5f4954759a43 100644 --- a/dev-libs/elfutils/elfutils-9999.ebuild +++ b/dev-libs/elfutils/elfutils-9999.ebuild @@ -28,7 +28,7 @@ fi LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )" SLOT="0" -IUSE="bzip2 debuginfod lzma nls static-libs stacktrace test +utils valgrind zstd" +IUSE="bzip2 debuginfod +lzma nls static-libs stacktrace test +utils valgrind zstd" RESTRICT="!test? ( test )" RDEPEND="
