commit: e6d9e356c8526534987d04c47a57521932679604
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 7 07:20:13 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 07:20:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d9e356
sys-fs/bcachefs-tools: sort deps in 1.4.0, add zstd
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/bcachefs-tools/bcachefs-tools-1.4.0.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.4.0.ebuild
b/sys-fs/bcachefs-tools/bcachefs-tools-1.4.0.ebuild
index 0a96d2310164..7bf445e1140b 100644
--- a/sys-fs/bcachefs-tools/bcachefs-tools-1.4.0.ebuild
+++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -130,15 +130,16 @@ IUSE="fuse test"
RESTRICT="!test? ( test )"
DEPEND="
- fuse? ( >=sys-fs/fuse-3.7.0 )
app-arch/lz4:=
+ app-arch/zstd:=
dev-libs/libaio
dev-libs/libsodium:=
dev-libs/userspace-rcu:=
- sys-apps/keyutils
+ sys-apps/keyutils:=
sys-apps/util-linux
sys-libs/zlib
virtual/udev
+ fuse? ( >=sys-fs/fuse-3.7.0 )
"
RDEPEND="${DEPEND}"