From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1649398-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 E2EC31581C1
	for <garchives@archives.gentoo.org>; Wed,  3 Jul 2024 20:31:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3297FE2A5D;
	Wed,  3 Jul 2024 20:31:23 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 0CC35E2A5D
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Jul 2024 20:31:23 +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 0521234164C
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Jul 2024 20:31:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A0331D9E
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Jul 2024 20:31:20 +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: <1720036479.30826f51fa4e3c56c1a197911ed31f1d3b5bfaec.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/drkonqi/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-plasma/drkonqi/drkonqi-6.1.49.9999.ebuild kde-plasma/drkonqi/drkonqi-9999.ebuild
X-VCS-Directories: kde-plasma/drkonqi/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 30826f51fa4e3c56c1a197911ed31f1d3b5bfaec
X-VCS-Branch: master
Date: Wed,  3 Jul 2024 20:31:20 +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: 2019ac64-ef57-44e3-9a29-535f00c9858d
X-Archives-Hash: 8bd3ba411e46dcc2a18e21066b2d41a6

commit:     30826f51fa4e3c56c1a197911ed31f1d3b5bfaec
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 19:54:39 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 19:54:39 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=30826f51

kde-plasma/drkonqi: Restrict tests

See also:
https://invent.kde.org/plasma/drkonqi/-/issues/4

Bug: https://bugs.gentoo.org/935362
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/drkonqi/drkonqi-6.1.49.9999.ebuild | 1 +
 kde-plasma/drkonqi/drkonqi-9999.ebuild        | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/drkonqi/drkonqi-6.1.49.9999.ebuild b/kde-plasma/drkonqi/drkonqi-6.1.49.9999.ebuild
index 62c8956040..0f55f3e190 100644
--- a/kde-plasma/drkonqi/drkonqi-6.1.49.9999.ebuild
+++ b/kde-plasma/drkonqi/drkonqi-6.1.49.9999.ebuild
@@ -17,6 +17,7 @@ KEYWORDS=""
 IUSE="systemd"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="test" # bug 935362
 
 COMMON_DEPEND="${PYTHON_DEPS}
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]

diff --git a/kde-plasma/drkonqi/drkonqi-9999.ebuild b/kde-plasma/drkonqi/drkonqi-9999.ebuild
index 320deee223..fdc967140f 100644
--- a/kde-plasma/drkonqi/drkonqi-9999.ebuild
+++ b/kde-plasma/drkonqi/drkonqi-9999.ebuild
@@ -17,6 +17,7 @@ KEYWORDS=""
 IUSE="systemd"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="test" # bug 935362
 
 COMMON_DEPEND="${PYTHON_DEPS}
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]