commit: 529577aeea71cfe7bf5fc2c62e00b152c9c25fd0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 20:36:56 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 20:40:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529577ae
dev-tcltk/expect: use subslot dep on tcl
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-tcltk/expect/{expect-5.45.4.ebuild => expect-5.45.4-r2.ebuild} | 2 +-
dev-tcltk/expect/{expect-5.45.4-r1.ebuild => expect-5.45.4-r3.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-tcltk/expect/expect-5.45.4.ebuild
b/dev-tcltk/expect/expect-5.45.4-r2.ebuild
similarity index 98%
rename from dev-tcltk/expect/expect-5.45.4.ebuild
rename to dev-tcltk/expect/expect-5.45.4-r2.ebuild
index 6062b7449ecb..0b1f85dbef2f 100644
--- a/dev-tcltk/expect/expect-5.45.4.ebuild
+++ b/dev-tcltk/expect/expect-5.45.4-r2.ebuild
@@ -17,7 +17,7 @@ IUSE="debug doc threads"
# We need dejagnu for src_test, but dejagnu needs expect
# to compile/run, so we cant add dejagnu to DEPEND :/
-DEPEND=">=dev-lang/tcl-8.2:0[threads?]"
+DEPEND=">=dev-lang/tcl-8.2:=[threads?]"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
diff --git a/dev-tcltk/expect/expect-5.45.4-r1.ebuild
b/dev-tcltk/expect/expect-5.45.4-r3.ebuild
similarity index 98%
rename from dev-tcltk/expect/expect-5.45.4-r1.ebuild
rename to dev-tcltk/expect/expect-5.45.4-r3.ebuild
index fa02fd421cbb..6cda0a2c2c7b 100644
--- a/dev-tcltk/expect/expect-5.45.4-r1.ebuild
+++ b/dev-tcltk/expect/expect-5.45.4-r3.ebuild
@@ -17,7 +17,7 @@ IUSE="debug doc threads"
# We need dejagnu for src_test, but dejagnu needs expect
# to compile/run, so we cant add dejagnu to DEPEND :/
-DEPEND=">=dev-lang/tcl-8.2:0[threads?]"
+DEPEND=">=dev-lang/tcl-8.2:=[threads?]"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}