diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-03 23:01:41 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-03 23:02:58 +0000 |
commit | 2fa968e8ba0783f986986f23d6e3b3c16290fab7 (patch) | |
tree | f8edc0d7482ab764fc0917230ea53991a9ade126 /sys-fs | |
parent | dev-lang/moarvm: limit unmigrated ebuilds to dev-lang/lua:0 (diff) | |
download | gentoo-2fa968e8ba0783f986986f23d6e3b3c16290fab7.tar.gz gentoo-2fa968e8ba0783f986986f23d6e3b3c16290fab7.tar.bz2 gentoo-2fa968e8ba0783f986986f23d6e3b3c16290fab7.zip |
sys-fs/hfsutils: require USE=tcl for tests
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild index 663f0b115d7d..d6ec2af91798 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=( |