From 9bbecbc4093b7de7083b41d660bb7b81520f18e4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 14 Jul 2025 05:20:29 +0100 Subject: [PATCH] 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 --- 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 6ba75f694619d..671fdc335b313 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 cdd63bff7f420..5f4954759a435 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="