From a6319ca0fcfaaaa3a975053c8d119c6c3fd8aa30 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 11 Sep 2026 23:45:51 -0400 Subject: [PATCH] dev-qt/qtgraphs: reword the qtcanvaspainter comment The option name kind of make it sound like we're gimping the package by disabling a performance option, but it's a quality vs performance deal rather than both at once. Even if qtcanvaspainter gets packaged, at best it'd be a off-by-default flag to match what upstream currently does (that's subject to change though). Signed-off-by: Ionen Wolkens --- dev-qt/qtgraphs/qtgraphs-6.12.9999.ebuild | 3 ++- dev-qt/qtgraphs/qtgraphs-6.9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtgraphs/qtgraphs-6.12.9999.ebuild b/dev-qt/qtgraphs/qtgraphs-6.12.9999.ebuild index 610d83508cace..0a16ebe732d23 100644 --- a/dev-qt/qtgraphs/qtgraphs-6.12.9999.ebuild +++ b/dev-qt/qtgraphs/qtgraphs-6.12.9999.ebuild @@ -34,7 +34,8 @@ src_configure() { local mycmakeargs=( # simpler than keeping track of and disabling every graphs-3d* features $(cmake_use_find_package quick3d Qt6Quick3D) - # not packaged yet, and Qt disables it by default for now + # qtcanvaspainter is not packaged yet, and the default is the + # "high_quality_backend" making which is best debatable -DQT_FEATURE_graphs_2d_high_performance_backend=OFF ) diff --git a/dev-qt/qtgraphs/qtgraphs-6.9999.ebuild b/dev-qt/qtgraphs/qtgraphs-6.9999.ebuild index 610d83508cace..0a16ebe732d23 100644 --- a/dev-qt/qtgraphs/qtgraphs-6.9999.ebuild +++ b/dev-qt/qtgraphs/qtgraphs-6.9999.ebuild @@ -34,7 +34,8 @@ src_configure() { local mycmakeargs=( # simpler than keeping track of and disabling every graphs-3d* features $(cmake_use_find_package quick3d Qt6Quick3D) - # not packaged yet, and Qt disables it by default for now + # qtcanvaspainter is not packaged yet, and the default is the + # "high_quality_backend" making which is best debatable -DQT_FEATURE_graphs_2d_high_performance_backend=OFF )