# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools edo flag-o-matic MY_P="${PN}${PV}" DESCRIPTION="tool for automating interactive applications" HOMEPAGE="https://core.tcl-lang.org/expect/" SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" IUSE="debug doc test threads" RESTRICT="!test? ( test )" DEPEND=">=dev-lang/tcl-8.2:=[threads(+)?]