dev-tcltk/expect: no tcl-9

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2026-03-06 10:22:27 +01:00
parent 4059bdec23
commit 82da0fe6f7

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390
IUSE="debug doc test threads"
RESTRICT="!test? ( test )"
DEPEND=">=dev-lang/tcl-8.2:=[threads?]"
DEPEND=">=dev-lang/tcl-8.2:=[threads(+)?]
<dev-lang/tcl-9"
RDEPEND="${DEPEND}"
BDEPEND="test? ( dev-util/dejagnu )"