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 5A7E715802E for ; Mon, 24 Jun 2024 17:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BED1E2B03; Mon, 24 Jun 2024 17:27:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E82DBE2B02 for ; Mon, 24 Jun 2024 17:27:37 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A61C34300C for ; Mon, 24 Jun 2024 17:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 765A31D48 for ; Mon, 24 Jun 2024 17:27:35 +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: <1719249992.1a7c30dcb333ea7c368ff685b39634ee2dfd9903.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/qqc2-desktop-style/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.3.0.ebuild X-VCS-Directories: kde-frameworks/qqc2-desktop-style/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1a7c30dcb333ea7c368ff685b39634ee2dfd9903 X-VCS-Branch: master Date: Mon, 24 Jun 2024 17:27:35 +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: 343a1109-f7e3-4e8b-8b72-3360c8cbcb54 X-Archives-Hash: 6776be23ccd443ea117f86247d383321 commit: 1a7c30dcb333ea7c368ff685b39634ee2dfd9903 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 24 16:31:45 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 24 17:26:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7c30dc kde-frameworks/qqc2-desktop-style: Disable animationspeedmodifiertest Bug: https://bugs.gentoo.org/926509 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.3.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.3.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.3.0.ebuild index f16eae109fb7..aa9747224e2a 100644 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.3.0.ebuild +++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.3.0.ebuild @@ -29,3 +29,8 @@ RDEPEND="${DEPEND} >=dev-qt/qt5compat-${QTMIN}:6 " BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]" + +CMAKE_SKIP_TESTS=( + # bug 926509 + animationspeedmodifiertest +)