diff options
author | Sam James <sam@gentoo.org> | 2022-04-22 21:39:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-22 21:40:43 +0100 |
commit | d3d11150e35729bd740d0c082032344b666e3a80 (patch) | |
tree | e12f98875d4cd9c0058c5868e4deecc8b52b0f16 /app-crypt/gorilla | |
parent | app-misc/vittk: use subslot dep on tcl (diff) | |
download | gentoo-d3d11150e35729bd740d0c082032344b666e3a80.tar.gz gentoo-d3d11150e35729bd740d0c082032344b666e3a80.tar.bz2 gentoo-d3d11150e35729bd740d0c082032344b666e3a80.zip |
app-crypt/gorilla: use subslot dep on tcl
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/gorilla')
-rw-r--r-- | app-crypt/gorilla/gorilla-1.4-r2.ebuild (renamed from app-crypt/gorilla/gorilla-1.4-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/gorilla/gorilla-1.4-r1.ebuild b/app-crypt/gorilla/gorilla-1.4-r2.ebuild index fdb790d0430d..860983172a00 100644 --- a/app-crypt/gorilla/gorilla-1.4-r1.ebuild +++ b/app-crypt/gorilla/gorilla-1.4-r2.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=7 @@ -12,8 +12,8 @@ SLOT="0" KEYWORDS="amd64 x86" DEPEND=" - >=dev-lang/tcl-8.4.19:0 - >=dev-lang/tk-8.4.19:0 + >=dev-lang/tcl-8.4.19:= + >=dev-lang/tk-8.4.19:= dev-tcltk/iwidgets dev-tcltk/bwidget " |