diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-01-07 09:20:13 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-01-07 09:20:50 +0200 |
commit | e6d9e356c8526534987d04c47a57521932679604 (patch) | |
tree | 895bf7a8a79f606a9b3fd69898e5bc504581a5d1 /sys-fs | |
parent | sys-fs/bcachefs-tools: add 1.4.0 (diff) | |
download | gentoo-e6d9e356c8526534987d04c47a57521932679604.tar.gz gentoo-e6d9e356c8526534987d04c47a57521932679604.tar.bz2 gentoo-e6d9e356c8526534987d04c47a57521932679604.zip |
sys-fs/bcachefs-tools: sort deps in 1.4.0, add zstd
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bcachefs-tools/bcachefs-tools-1.4.0.ebuild | 7 |
1 files 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}" |