commit: 7b7cc12666ba7d49d7cec3611b92a2bdaba079b2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 23 17:32:13 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 23 18:38:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7cc126
sci-visualization/labplot: Fix build with Qt 6.10 Closes: https://bugs.gentoo.org/966308 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-visualization/labplot/labplot-2.11.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-visualization/labplot/labplot-2.11.1-r1.ebuild b/sci-visualization/labplot/labplot-2.11.1-r1.ebuild index 69c821a125ee..ff768b9734d7 100644 --- a/sci-visualization/labplot/labplot-2.11.1-r1.ebuild +++ b/sci-visualization/labplot/labplot-2.11.1-r1.ebuild @@ -79,6 +79,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${P}-ods-buildfix.patch" "${FILESDIR}/${P}-qtads-cmake-minreqver-3.16.patch" # bug #965103 + "${FILESDIR}/${P}-qt-6.10.patch" # bug #966308 ) src_prepare() {
