dev-tcltk/tdom: test require threads

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2026-03-06 18:24:06 +01:00
parent 5dfef61e44
commit e187ce5393

View File

@@ -16,7 +16,9 @@ S="${WORKDIR}"/${P}-src
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="threads"
IUSE="test threads"
REQUIRED_USE="test? ( threads )"
RESTRICT="!test? ( test )"
DEPEND="
dev-lang/tcl:0=