From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-978394-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id AE6E11396D9
	for <garchives@archives.gentoo.org>; Sat, 14 Oct 2017 16:01:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0B7B12BC0BE;
	Sat, 14 Oct 2017 16:01:11 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DE1BC2BC079
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 Oct 2017 16:01:10 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CAC3C33BF0F
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 Oct 2017 16:01:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6433331A
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 Oct 2017 16:01:08 +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: <1507996751.9bd8db243293e01253ec0baa976094bac272a3ae.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
X-VCS-Directories: kde-plasma/plasma-desktop/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 9bd8db243293e01253ec0baa976094bac272a3ae
X-VCS-Branch: master
Date: Sat, 14 Oct 2017 16:01:08 +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-Archives-Salt: 8929a1d1-ca44-4a5f-9c20-52ca5830e3b9
X-Archives-Hash: 74d5502aba683ebb89a1e8020a87d7e2

commit:     9bd8db243293e01253ec0baa976094bac272a3ae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 15:59:11 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 15:59:11 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9bd8db24

kde-plasma/plasma-desktop: Disable failing test

Gentoo-bug: 634166
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild | 9 +++++++++
 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild         | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild
index 4b38774223..5856e46c0c 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild
@@ -151,3 +151,12 @@ src_configure() {
 
 	kde5_src_configure
 }
+
+src_test() {
+	# needs D-Bus, bug #634166
+	local myctestargs=(
+		-E "(test_kio_fonts)"
+	)
+
+	kde5_src_test
+}

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
index 4b38774223..5856e46c0c 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
@@ -151,3 +151,12 @@ src_configure() {
 
 	kde5_src_configure
 }
+
+src_test() {
+	# needs D-Bus, bug #634166
+	local myctestargs=(
+		-E "(test_kio_fonts)"
+	)
+
+	kde5_src_test
+}