commit:     12689309e5d64c0220d379d88e267537095b3ab1
Author:     Brahmajit Das <listout <AT> listout <DOT> xyz>
AuthorDate: Fri Mar  6 00:37:32 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  6 00:49:20 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12689309

sys-cluster/ucx: Fix assignment discards const qualifier

In commit e9c56fe ("sys-cluster/ucx: add 1.19.0") we also introduced a
patch that removes -Werror. Upstream has still yet to make a final
decision on the issue or how to handle it.
We are applying that patch on 1.18.1 with this commit, no modifications
to the patch required since it applies cleanly on top of 1.18.1.

Closes: https://bugs.gentoo.org/970893
Signed-off-by: Brahmajit Das <listout <AT> listout.xyz>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/225
Merges: https://codeberg.org/gentoo/gentoo/pulls/225
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/ucx/ucx-1.18.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/ucx/ucx-1.18.1.ebuild 
b/sys-cluster/ucx/ucx-1.18.1.ebuild
index f6f191e0f2d6..628473bab62d 100644
--- a/sys-cluster/ucx/ucx-1.18.1.ebuild
+++ b/sys-cluster/ucx/ucx-1.18.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,6 +23,7 @@ DEPEND="${RDEPEND}"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-1.13.1-openmp.patch
+       "${FILESDIR}"/${PN}-1.19.0-clang21-fix.patch
 )
 
 pkg_pretend() {

Reply via email to