sys-cluster/ceph: Make lz4 dep for parquet explicit

lz4 gets pulled in by other things, arrow/parquet needs newer version

Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
Patrick Lauer
2024-08-02 07:02:08 +00:00
parent 8403619a19
commit de7c8cfe29

View File

@@ -90,6 +90,7 @@ DEPEND="
ldap? ( net-nds/openldap:= )
lttng? ( dev-util/lttng-ust:= )
parquet? (
>=app-arch/lz4-1.10
dev-cpp/xsimd
dev-libs/re2:=
)