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 EE29F158020 for ; Mon, 31 Oct 2022 18:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 424EFE0F3F; Mon, 31 Oct 2022 18:07:32 +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 2AE83E0F3F for ; Mon, 31 Oct 2022 18:07:32 +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 2A110340FD6 for ; Mon, 31 Oct 2022 18:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D3236A4 for ; Mon, 31 Oct 2022 18:07:29 +0000 (UTC) From: "Patrick McLean" 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 McLean" Message-ID: <1667239630.f7d7782726f6dd3180fb00b51b4c3ab211ef5860.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-17.2.5-r1.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: f7d7782726f6dd3180fb00b51b4c3ab211ef5860 X-VCS-Branch: master Date: Mon, 31 Oct 2022 18:07:29 +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: 70c2731c-9141-4831-a705-4550e02ac030 X-Archives-Hash: 4741cd63389dfc29788bd72e4d1b002c commit: f7d7782726f6dd3180fb00b51b4c3ab211ef5860 Author: Patrick McLean gentoo org> AuthorDate: Mon Oct 31 18:07:10 2022 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon Oct 31 18:07:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d77827 sys-cluster/ceph: Update comment about bug 871942 Signed-off-by: Patrick McLean gentoo.org> sys-cluster/ceph/ceph-17.2.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-17.2.5-r1.ebuild b/sys-cluster/ceph/ceph-17.2.5-r1.ebuild index 133f0229b828..863cf8997310 100644 --- a/sys-cluster/ceph/ceph-17.2.5-r1.ebuild +++ b/sys-cluster/ceph/ceph-17.2.5-r1.ebuild @@ -280,7 +280,7 @@ src_prepare() { -i src/CMakeLists.txt if use spdk; then - # bug #871942 + # https://bugs.gentoo.org/871942 sed -i 's/[#]ifndef HAVE_ARC4RANDOM/#if 0/' src/spdk/lib/iscsi/iscsi.c || die fi