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 F0A1C138359 for ; Sun, 11 Oct 2020 22:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 137E7E0AF0; Sun, 11 Oct 2020 22:25:28 +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 D7875E0AF0 for ; Sun, 11 Oct 2020 22:25:27 +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 97F19335D08 for ; Sun, 11 Oct 2020 22:25:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12B45332 for ; Sun, 11 Oct 2020 22:25:25 +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: <1602455117.48441297b28e6adb663a0c7ac80837ea637ac418.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/utidylib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/utidylib/utidylib-0.6-r1.ebuild X-VCS-Directories: dev-python/utidylib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 48441297b28e6adb663a0c7ac80837ea637ac418 X-VCS-Branch: master Date: Sun, 11 Oct 2020 22:25:25 +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: 746f5945-cf45-4260-8ac8-955ad24773d4 X-Archives-Hash: ff08899507162e309f4f452b0a923643 commit: 48441297b28e6adb663a0c7ac80837ea637ac418 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 11 22:25:01 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 11 22:25:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48441297 dev-python/utidylib: Add RESTRICT="!test? ( test )" ...after test was unrestricted. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/utidylib/utidylib-0.6-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/utidylib/utidylib-0.6-r1.ebuild b/dev-python/utidylib/utidylib-0.6-r1.ebuild index aac52bdb1b4..64873389cd0 100644 --- a/dev-python/utidylib/utidylib-0.6-r1.ebuild +++ b/dev-python/utidylib/utidylib-0.6-r1.ebuild @@ -31,6 +31,8 @@ RDEPEND=" app-text/tidy-html5 " +RESTRICT="!test? ( test )" + S="${WORKDIR}/${MY_P}" python_compile_all() {