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 2E3B51382C5 for ; Thu, 3 Dec 2020 23:03:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C596E08EB; Thu, 3 Dec 2020 23:03:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 67D84E08EB for ; Thu, 3 Dec 2020 23:03:04 +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 0E11A340E56 for ; Thu, 3 Dec 2020 23:03:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55F5D468 for ; Thu, 3 Dec 2020 23:03:01 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1607036578.2fa968e8ba0783f986986f23d6e3b3c16290fab7.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild X-VCS-Directories: sys-fs/hfsutils/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2fa968e8ba0783f986986f23d6e3b3c16290fab7 X-VCS-Branch: master Date: Thu, 3 Dec 2020 23:03:01 +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: 815559f2-6eb4-4dee-baaa-0cdba009fff0 X-Archives-Hash: 7c721e90d5aa7d9eec1955c94c0d6f86 commit: 2fa968e8ba0783f986986f23d6e3b3c16290fab7 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Dec 3 23:01:41 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Dec 3 23:02:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa968e8 sys-fs/hfsutils: require USE=tcl for tests Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild index 663f0b115d7..d6ec2af9179 100644 --- a/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild +++ b/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild @@ -24,6 +24,9 @@ RDEPEND=" ${DEPEND} " +# tests are enabled only with USE=tcl +RESTRICT="!tcl? ( test )" + # use tk requires tcl - bug #150437 REQUIRED_USE="tk? ( tcl )" PATCHES=(