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 219CB15802E for ; Sun, 30 Jun 2024 22:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D3DDE29B6; Sun, 30 Jun 2024 22:56:00 +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 2610CE29B6 for ; Sun, 30 Jun 2024 22:56:00 +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 5C0C0335D21 for ; Sun, 30 Jun 2024 22:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F01131DA0 for ; Sun, 30 Jun 2024 22:55:57 +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: <1719788133.35b52a58b90db9647ab09632da248813bc22e649.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-5.27.11-r1.ebuild kde-plasma/kinfocenter/kinfocenter-6.1.1.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 35b52a58b90db9647ab09632da248813bc22e649 X-VCS-Branch: master Date: Sun, 30 Jun 2024 22:55:57 +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: 1e715ef0-cdb8-4a42-97c0-6f983b363306 X-Archives-Hash: 29ff6bf70544c32fd27d90477cb720b2 commit: 35b52a58b90db9647ab09632da248813bc22e649 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 30 22:46:56 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 30 22:55:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b52a58 kde-plasma/kinfocenter: Disable failing smbmountmodeltest Bug: https://bugs.gentoo.org/816591 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kinfocenter/kinfocenter-5.27.11-r1.ebuild | 5 +++++ kde-plasma/kinfocenter/kinfocenter-6.1.1.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/kde-plasma/kinfocenter/kinfocenter-5.27.11-r1.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.27.11-r1.ebuild index 2bad7a9a2f69..eee4b3aa6454 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.27.11-r1.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.27.11-r1.ebuild @@ -50,6 +50,11 @@ RDEPEND="${DEPEND} " BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" +CMAKE_SKIP_TESTS=( + # bug 816591 + smbmountmodeltest +) + src_configure() { local mycmakeargs=( $(cmake_use_find_package usb USB1) diff --git a/kde-plasma/kinfocenter/kinfocenter-6.1.1.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.1.1.ebuild index daed60c3a726..4c993e80cb92 100644 --- a/kde-plasma/kinfocenter/kinfocenter-6.1.1.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-6.1.1.ebuild @@ -46,6 +46,11 @@ RDEPEND="${DEPEND} " BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6" +CMAKE_SKIP_TESTS=( + # bug 816591 + smbmountmodeltest +) + src_configure() { local mycmakeargs=( $(cmake_use_find_package usb USB1)