commit: 4e7628b49662e359afd7e3e7a4dbbcc532c7afa4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 20:40:16 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 20:40:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7628b4
app-text/tkman: use subslot dep on tcl
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/tkman/{tkman-2.2-r2.ebuild => tkman-2.2-r3.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-text/tkman/tkman-2.2-r2.ebuild
b/app-text/tkman/tkman-2.2-r3.ebuild
similarity index 89%
rename from app-text/tkman/tkman-2.2-r2.ebuild
rename to app-text/tkman/tkman-2.2-r3.ebuild
index 6efcee2408f7..dea248e90be4 100644
--- a/app-text/tkman/tkman-2.2-r2.ebuild
+++ b/app-text/tkman/tkman-2.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,8 +15,8 @@ KEYWORDS="~amd64 ppc sparc x86"
DEPEND="
>=app-text/rman-3.1
- >=dev-lang/tcl-8.4:0
- >=dev-lang/tk-8.4:0
+ >=dev-lang/tcl-8.4:=
+ >=dev-lang/tk-8.4:=
"
RDEPEND="${DEPEND}"