From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1960C15800A for ; Tue, 25 Jul 2023 11:40:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4643FE07DB; Tue, 25 Jul 2023 11:40:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A421E07DB for ; Tue, 25 Jul 2023 11:40:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5782833BE99 for ; Tue, 25 Jul 2023 11:40:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2E86DBB for ; Tue, 25 Jul 2023 11:40:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1690284701.8ea9937dee92731fb26b877b4e040f7fba5ad326.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kquickcharts/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kquickcharts/kquickcharts-5.108.0.ebuild X-VCS-Directories: kde-frameworks/kquickcharts/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8ea9937dee92731fb26b877b4e040f7fba5ad326 X-VCS-Branch: master Date: Tue, 25 Jul 2023 11:40:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c576bde5-56bd-4d29-b261-b3f8aad2ad8e X-Archives-Hash: 25a85edafd8685e091cb56e6830e8765 commit: 8ea9937dee92731fb26b877b4e040f7fba5ad326 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 25 11:31:41 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 25 11:31:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea9937d 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 gentoo.org> kde-frameworks/kquickcharts/kquickcharts-5.108.0.ebuild | 1 + 1 file changed, 1 insertion(+) 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"