From 46253bfbd682b3afdb0c7547caab7208680073d9 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 12 Jan 2026 07:17:23 +0000 Subject: [PATCH] sys-fs/erofs-utils: Sync with Gentoo It's from Gentoo commit f7f9678a18851040038ae3d603678fe7a62a782d. Signed-off-by: Flatcar Buildbot --- ...s-utils-1.8.10.ebuild => erofs-utils-1.8.10-r1.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename sdk_container/src/third_party/portage-stable/sys-fs/erofs-utils/{erofs-utils-1.8.10.ebuild => erofs-utils-1.8.10-r1.ebuild} (91%) diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/erofs-utils/erofs-utils-1.8.10.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/erofs-utils/erofs-utils-1.8.10-r1.ebuild similarity index 91% rename from sdk_container/src/third_party/portage-stable/sys-fs/erofs-utils/erofs-utils-1.8.10.ebuild rename to sdk_container/src/third_party/portage-stable/sys-fs/erofs-utils/erofs-utils-1.8.10-r1.ebuild index a55ac845ea..feb63d48fa 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/erofs-utils/erofs-utils-1.8.10.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-fs/erofs-utils/erofs-utils-1.8.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2025 Gentoo Authors +# Copyright 2021-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,14 +19,12 @@ IUSE="fuse libdeflate +lz4 +lzma selinux static-libs +threads +uuid +zlib +zstd" RDEPEND=" dev-libs/xxhash:0= fuse? ( sys-fs/fuse:0 ) + libdeflate? ( app-arch/libdeflate:0= ) lz4? ( app-arch/lz4:0= ) lzma? ( >=app-arch/xz-utils-5.4.0:0= ) selinux? ( sys-libs/libselinux:0= ) uuid? ( sys-apps/util-linux ) - zlib? ( - libdeflate? ( app-arch/libdeflate:0= ) - !libdeflate? ( virtual/zlib:= ) - ) + zlib? ( virtual/zlib:= ) zstd? ( app-arch/zstd:0= ) " DEPEND="${RDEPEND}"