From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1439534-garchives=archives.gentoo.org@lists.gentoo.org> 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 4BA0A158094 for <garchives@archives.gentoo.org>; Sun, 25 Sep 2022 18:52:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ACAD2BC074; Sun, 25 Sep 2022 18:52:44 +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 533912BC074 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Sep 2022 18:52:44 +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 87FF6340B63 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Sep 2022 18:52:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F26AE5E9 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Sep 2022 18:52:41 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1664131937.c5f0a2dfcc0af578f1a67d7e469f7afcdc3313eb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/discover/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/discover/discover-5.25.90.ebuild kde-plasma/discover/discover-5.26.49.9999.ebuild kde-plasma/discover/discover-9999.ebuild X-VCS-Directories: kde-plasma/discover/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c5f0a2dfcc0af578f1a67d7e469f7afcdc3313eb X-VCS-Branch: master Date: Sun, 25 Sep 2022 18:52:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb258156-8c8e-4145-b385-2fbac164dc60 X-Archives-Hash: 45e2bcb6e95cf177a645f6c9e677ac4e commit: c5f0a2dfcc0af578f1a67d7e469f7afcdc3313eb Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Sep 25 18:48:35 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Sep 25 18:52:17 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c5f0a2df kde-plasma/discover: Disable flatpaktest, requires network connection Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/discover/discover-5.25.90.ebuild | 2 +- kde-plasma/discover/discover-5.26.49.9999.ebuild | 2 +- kde-plasma/discover/discover-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/discover/discover-5.25.90.ebuild b/kde-plasma/discover/discover-5.25.90.ebuild index 8c56793f50..d50983e83f 100644 --- a/kde-plasma/discover/discover-5.25.90.ebuild +++ b/kde-plasma/discover/discover-5.25.90.ebuild @@ -85,7 +85,7 @@ src_configure() { src_test() { # bug 686392: needs network connection local myctestargs=( - -E "(knsbackendtest)" + -E "(knsbackendtest|flatpaktest)" ) ecm_src_test diff --git a/kde-plasma/discover/discover-5.26.49.9999.ebuild b/kde-plasma/discover/discover-5.26.49.9999.ebuild index 0a20cdb949..40461897f5 100644 --- a/kde-plasma/discover/discover-5.26.49.9999.ebuild +++ b/kde-plasma/discover/discover-5.26.49.9999.ebuild @@ -85,7 +85,7 @@ src_configure() { src_test() { # bug 686392: needs network connection local myctestargs=( - -E "(knsbackendtest)" + -E "(knsbackendtest|flatpaktest)" ) ecm_src_test diff --git a/kde-plasma/discover/discover-9999.ebuild b/kde-plasma/discover/discover-9999.ebuild index e407ff9972..ad840ca8f0 100644 --- a/kde-plasma/discover/discover-9999.ebuild +++ b/kde-plasma/discover/discover-9999.ebuild @@ -85,7 +85,7 @@ src_configure() { src_test() { # bug 686392: needs network connection local myctestargs=( - -E "(knsbackendtest)" + -E "(knsbackendtest|flatpaktest)" ) ecm_src_test