commit: 44c782c7c306544118cd93ca7fb288dcb344a8d5 Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com> AuthorDate: Sat Apr 19 19:00:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 07:56:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c782c7
sys-apps/kexec-tools: Add USE=zstd to 9999 Upstream has added zstd support to this package. zstd support will be part of the upcoming release as of commit time, 2.0.31. Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41708 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/kexec-tools/kexec-tools-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-apps/kexec-tools/kexec-tools-9999.ebuild b/sys-apps/kexec-tools/kexec-tools-9999.ebuild index d0255bda1bc6..66a6a76a66fe 100644 --- a/sys-apps/kexec-tools/kexec-tools-9999.ebuild +++ b/sys-apps/kexec-tools/kexec-tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,13 +21,14 @@ S="${WORKDIR}/${P/_/-}" LICENSE="GPL-2" SLOT="0" -IUSE="booke lzma selinux xen zlib" +IUSE="booke lzma selinux xen zlib zstd" REQUIRED_USE="lzma? ( zlib )" DEPEND=" lzma? ( app-arch/xz-utils ) zlib? ( sys-libs/zlib ) + zstd? ( app-arch/zstd:= ) " RDEPEND=" ${DEPEND} @@ -60,6 +61,7 @@ src_configure() { $(use_with lzma) $(use_with xen) $(use_with zlib) + $(use_with zstd) ) econf "${myeconfargs[@]}" }
