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 3584F158087 for ; Tue, 5 Oct 2021 07:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15F9CE0863; Tue, 5 Oct 2021 07:17:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F21F6E0863 for ; Tue, 5 Oct 2021 07:17:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFB60343105 for ; Tue, 5 Oct 2021 07:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C934134 for ; Tue, 5 Oct 2021 07:17:28 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1633418216.3a6b20cfb7c726575895a0e0acbb1e2ef38bfaa4.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clippy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clippy/clippy-8.0.1.ebuild X-VCS-Directories: dev-util/clippy/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 3a6b20cfb7c726575895a0e0acbb1e2ef38bfaa4 X-VCS-Branch: master Date: Tue, 5 Oct 2021 07:17:28 +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: 6d235e3a-5775-4558-b568-4b3d3bf2dd25 X-Archives-Hash: da5cc168c2519e4b33b310c95f2e191f commit: 3a6b20cfb7c726575895a0e0acbb1e2ef38bfaa4 Author: Jakov Smolić gentoo org> AuthorDate: Tue Oct 5 06:43:12 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Oct 5 07:16:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6b20cf dev-util/clippy: Restrict tests Closes: https://bugs.gentoo.org/811753 Signed-off-by: Jakov Smolić gentoo.org> dev-util/clippy/clippy-8.0.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-util/clippy/clippy-8.0.1.ebuild b/dev-util/clippy/clippy-8.0.1.ebuild index 43689631b4e..9fefa0ae3fc 100644 --- a/dev-util/clippy/clippy-8.0.1.ebuild +++ b/dev-util/clippy/clippy-8.0.1.ebuild @@ -17,6 +17,10 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# standalone clippy does not have any tests +# restrict to prevent bug 811753 +RESTRICT="test" + DEPEND=" ${PYTHON_DEPS} virtual/libelf:=