mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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@gentoo.org>
This commit is contained in:
parent
c948cc165d
commit
9bbecbc409
@ -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="
|
||||
|
||||
@ -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="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user