Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
Date: Mon, 31 Oct 2022 18:07:32
Message-Id: 1667239630.f7d7782726f6dd3180fb00b51b4c3ab211ef5860.chutzpah@gentoo
1 commit: f7d7782726f6dd3180fb00b51b4c3ab211ef5860
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 18:07:10 2022 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 18:07:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d77827
7
8 sys-cluster/ceph: Update comment about bug 871942
9
10 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
11
12 sys-cluster/ceph/ceph-17.2.5-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/ceph/ceph-17.2.5-r1.ebuild b/sys-cluster/ceph/ceph-17.2.5-r1.ebuild
16 index 133f0229b828..863cf8997310 100644
17 --- a/sys-cluster/ceph/ceph-17.2.5-r1.ebuild
18 +++ b/sys-cluster/ceph/ceph-17.2.5-r1.ebuild
19 @@ -280,7 +280,7 @@ src_prepare() {
20 -i src/CMakeLists.txt
21
22 if use spdk; then
23 - # bug #871942
24 + # https://bugs.gentoo.org/871942
25 sed -i 's/[#]ifndef HAVE_ARC4RANDOM/#if 0/' src/spdk/lib/iscsi/iscsi.c || die
26 fi