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 ED6D0138334 for ; Tue, 8 Oct 2019 14:57:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF044E0943; Tue, 8 Oct 2019 14:57:20 +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 3E9A5E0949 for ; Tue, 8 Oct 2019 14:57:20 +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 30EAF34BA78 for ; Tue, 8 Oct 2019 14:57:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0310E887 for ; Tue, 8 Oct 2019 14:57:14 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1570546610.1b9272ffb8c02d3694f8ff8923ce3e92ce6c1d1b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-llvm-translator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/spirv-llvm-translator/spirv-llvm-translator-8.0.1.2-r1.ebuild X-VCS-Directories: dev-util/spirv-llvm-translator/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 1b9272ffb8c02d3694f8ff8923ce3e92ce6c1d1b X-VCS-Branch: master Date: Tue, 8 Oct 2019 14:57:14 +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: 89da591e-8588-4358-abec-965c14defd44 X-Archives-Hash: 777342de37d6bbcad4507984ce4d9bf9 commit: 1b9272ffb8c02d3694f8ff8923ce3e92ce6c1d1b Author: Marek Szuba gentoo org> AuthorDate: Tue Oct 8 13:43:39 2019 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Oct 8 14:56:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9272ff dev-util/spirv-llvm-translator: add test restrictions As recommended by pkgcheck. Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba gentoo.org> dev-util/spirv-llvm-translator/spirv-llvm-translator-8.0.1.2-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-8.0.1.2-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-8.0.1.2-r1.ebuild index c65c717bbfa..0f46fcff992 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-8.0.1.2-r1.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-8.0.1.2-r1.ebuild @@ -18,6 +18,8 @@ SLOT="8" KEYWORDS="~amd64" IUSE="test tools" +RESTRICT="!test? ( test )" + S="${WORKDIR}/${MY_P}" COMMON="sys-devel/clang:8=[${MULTILIB_USEDEP}]"