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 905E71382C5 for ; Sat, 6 Jun 2020 16:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF481E09DD; Sat, 6 Jun 2020 16:01:12 +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 92217E09DD for ; Sat, 6 Jun 2020 16:01:12 +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 213F934ED70 for ; Sat, 6 Jun 2020 16:01:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D9B531 for ; Sat, 6 Jun 2020 16:01:09 +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: <1591456200.516fcc00bc363b1fed558eee983d898ed9f8f975.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kio-fuse/kio-fuse-9999.ebuild X-VCS-Directories: kde-misc/kio-fuse/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 516fcc00bc363b1fed558eee983d898ed9f8f975 X-VCS-Branch: master Date: Sat, 6 Jun 2020 16:01:09 +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: a84899a9-1a66-4dee-8113-5c10f87ff98c X-Archives-Hash: 66c6ab76bd2665d767ca82d4035f475a commit: 516fcc00bc363b1fed558eee983d898ed9f8f975 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 2 18:20:41 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 6 15:10:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=516fcc00 kde-misc/kio-fuse: Restrict tests Closes: https://bugs.gentoo.org/726810 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kio-fuse/kio-fuse-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild index 59d4723163..175cc29538 100644 --- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild +++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild @@ -30,3 +30,5 @@ DEPEND=" sys-fs/fuse:3 " RDEPEND="${DEPEND}" + +RESTRICT+=" test" # depend on fuse kernel module