commit: f7f9678a18851040038ae3d603678fe7a62a782d Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Fri Jan 2 16:10:19 2026 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Fri Jan 2 16:11:38 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f9678a
sys-fs/erofs-utils: The libdeflate and zlib deps are not mutually exclusive Closes: https://bugs.gentoo.org/967075 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> .../{erofs-utils-1.8.10.ebuild => erofs-utils-1.8.10-r1.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sys-fs/erofs-utils/erofs-utils-1.8.10.ebuild b/sys-fs/erofs-utils/erofs-utils-1.8.10-r1.ebuild similarity index 91% rename from sys-fs/erofs-utils/erofs-utils-1.8.10.ebuild rename to sys-fs/erofs-utils/erofs-utils-1.8.10-r1.ebuild index a55ac845ea28..feb63d48fa7f 100644 --- a/sys-fs/erofs-utils/erofs-utils-1.8.10.ebuild +++ b/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}"
