diff options
author | Sam James <sam@gentoo.org> | 2022-04-22 21:40:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-22 21:40:44 +0100 |
commit | 4e7628b49662e359afd7e3e7a4dbbcc532c7afa4 (patch) | |
tree | 22c6185079d16c4afdfa08e0ac718e8dc64fb440 /app-text/tkman | |
parent | app-crypt/gorilla: use subslot dep on tcl (diff) | |
download | gentoo-4e7628b49662e359afd7e3e7a4dbbcc532c7afa4.tar.gz gentoo-4e7628b49662e359afd7e3e7a4dbbcc532c7afa4.tar.bz2 gentoo-4e7628b49662e359afd7e3e7a4dbbcc532c7afa4.zip |
app-text/tkman: use subslot dep on tcl
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/tkman')
-rw-r--r-- | app-text/tkman/tkman-2.2-r3.ebuild (renamed from app-text/tkman/tkman-2.2-r2.ebuild) | 6 |
1 files 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 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}" |