commit: f7d7782726f6dd3180fb00b51b4c3ab211ef5860
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 18:07:10 2022 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> 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 <chutzpah <AT> 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