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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9BBDC1382C5 for ; Sat, 20 Jun 2020 20:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C44B3E088B; Sat, 20 Jun 2020 20:25:51 +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 AB301E088B for ; Sat, 20 Jun 2020 20:25:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8200E34F5E8 for ; Sat, 20 Jun 2020 20:25:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBD7D2A0 for ; Sat, 20 Jun 2020 20:25:48 +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: <1592684737.98f4f42c995f21f4897c0ef24cb62ae44cb01e3d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-thunderbolt/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.1.ebuild X-VCS-Directories: kde-plasma/plasma-thunderbolt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 98f4f42c995f21f4897c0ef24cb62ae44cb01e3d X-VCS-Branch: master Date: Sat, 20 Jun 2020 20:25:48 +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: 525de863-eb48-4a9e-b556-97c12bb194a6 X-Archives-Hash: ff85d8d88024035ae16531cd0895b5fe commit: 98f4f42c995f21f4897c0ef24cb62ae44cb01e3d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 20 20:22:38 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 20 20:25:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f4f42c kde-plasma/plasma-thunderbolt: Tests require DBus Closes: https://bugs.gentoo.org/728934 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.1.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.1.ebuild index 3ecb50c3193..19105090e3b 100644 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.1.ebuild +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.1.ebuild @@ -31,3 +31,6 @@ DEPEND=" RDEPEND="${DEPEND} sys-apps/bolt " + +# tests require DBus +RESTRICT+=" test"