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 84DFB159C9B for ; Tue, 30 Jul 2024 12:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89172E2A13; Tue, 30 Jul 2024 12:29:13 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C34EE2A13 for ; Tue, 30 Jul 2024 12:29:13 +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 4DE1F340C37 for ; Tue, 30 Jul 2024 12:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 892461D87 for ; Tue, 30 Jul 2024 12:29:10 +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: <1722342547.855699bc796997c6bc8a807a5f3aa145a40c97d6.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-r1.ebuild sys-cluster/ceph/ceph-18.2.4.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 855699bc796997c6bc8a807a5f3aa145a40c97d6 X-VCS-Branch: master Date: Tue, 30 Jul 2024 12:29:10 +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: 0241c7c7-8e91-4870-b3e4-35f2c01ad61f X-Archives-Hash: c664283154c1245f700162002832810d commit: 855699bc796997c6bc8a807a5f3aa145a40c97d6 Author: Patrick Lauer gentoo org> AuthorDate: Tue Jul 30 12:25:16 2024 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Tue Jul 30 12:29:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855699bc sys-cluster/ceph: Restrict re2 version for parquet Bug: https://bugs.gentoo.org/936932 Signed-off-by: Patrick Lauer gentoo.org> sys-cluster/ceph/{ceph-18.2.4.ebuild => ceph-18.2.4-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-18.2.4.ebuild b/sys-cluster/ceph/ceph-18.2.4-r1.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-18.2.4.ebuild rename to sys-cluster/ceph/ceph-18.2.4-r1.ebuild index 12e9de0776c2..72c7f3f2a9e0 100644 --- a/sys-cluster/ceph/ceph-18.2.4.ebuild +++ b/sys-cluster/ceph/ceph-18.2.4-r1.ebuild @@ -87,7 +87,10 @@ DEPEND=" kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:= ) lttng? ( dev-util/lttng-ust:= ) - parquet? ( dev-libs/re2:= ) + parquet? ( + =dev-libs/pmdk-1.10.0:= sys-block/ndctl:=