summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-07-25 13:31:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-25 13:31:41 +0200
commit8ea9937dee92731fb26b877b4e040f7fba5ad326 (patch)
tree8c20ec74e78f79789c84a289255a027a0582ce43 /kde-frameworks/kquickcharts
parentkde-frameworks/kpeople: Add back VIRTUALX_REQUIRED, otherwise fails (diff)
downloadgentoo-8ea9937dee92731fb26b877b4e040f7fba5ad326.tar.gz
gentoo-8ea9937dee92731fb26b877b4e040f7fba5ad326.tar.bz2
gentoo-8ea9937dee92731fb26b877b4e040f7fba5ad326.zip
kde-frameworks/kquickcharts: Add back VIRTUALX_REQUIRED, otherwise fails
with Failed to create OpenGL context for format QSurfaceFormat(version 2.0, ...) Bug: https://bugs.gentoo.org/910062 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kquickcharts')
-rw-r--r--kde-frameworks/kquickcharts/kquickcharts-5.108.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/kde-frameworks/kquickcharts/kquickcharts-5.108.0.ebuild b/kde-frameworks/kquickcharts/kquickcharts-5.108.0.ebuild
index e309ddc6983c..3bf3c015e625 100644
--- a/kde-frameworks/kquickcharts/kquickcharts-5.108.0.ebuild
+++ b/kde-frameworks/kquickcharts/kquickcharts-5.108.0.ebuild
@@ -8,6 +8,7 @@ ECM_QTHELP="false"
ECM_TEST="true"
PVCUT=$(ver_cut 1-2)
QTMIN=5.15.9
+VIRTUALX_REQUIRED="test" # bug 910062 (tests fail)
inherit ecm frameworks.kde.org
DESCRIPTION="QtQuick plugin providing high-performance charts"