From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B3EB159C9B for ; Fri, 2 Aug 2024 07:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 572FC2BC01F; Fri, 2 Aug 2024 07:03:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36F9D2BC01F for ; Fri, 2 Aug 2024 07:03:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 257193406BF for ; Fri, 2 Aug 2024 07:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5686E1E6C for ; Fri, 2 Aug 2024 07:03:42 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1722582220.de7c8cfe29d96d5ca26dc603e142e196f9940be0.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-18.2.4-r2.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: de7c8cfe29d96d5ca26dc603e142e196f9940be0 X-VCS-Branch: master Date: Fri, 2 Aug 2024 07:03:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 79fe9294-7114-4f9f-8c8d-6a8c21d622ce X-Archives-Hash: 2f9677b9208edcc2881582efe1beb49c commit: de7c8cfe29d96d5ca26dc603e142e196f9940be0 Author: Patrick Lauer gentoo org> AuthorDate: Fri Aug 2 07:02:08 2024 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Fri Aug 2 07:03:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7c8cfe 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 gentoo.org> sys-cluster/ceph/ceph-18.2.4-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/ceph/ceph-18.2.4-r2.ebuild b/sys-cluster/ceph/ceph-18.2.4-r2.ebuild index 4a1dedf9eaf6..68cab6ebb980 100644 --- a/sys-cluster/ceph/ceph-18.2.4-r2.ebuild +++ b/sys-cluster/ceph/ceph-18.2.4-r2.ebuild @@ -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:= )