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}"