diff options
author | Sam James <sam@gentoo.org> | 2022-04-22 21:38:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-22 21:40:41 +0100 |
commit | 9efc19c4c595864b0e097655f69b0c3f776a6803 (patch) | |
tree | f4827128e60a37ea9d4b3b5f510f7357a25c929d /dev-tcltk/tclxml | |
parent | dev-tcltk/tclperl: use subslot dep on tcl (diff) | |
download | gentoo-9efc19c4c595864b0e097655f69b0c3f776a6803.tar.gz gentoo-9efc19c4c595864b0e097655f69b0c3f776a6803.tar.bz2 gentoo-9efc19c4c595864b0e097655f69b0c3f776a6803.zip |
dev-tcltk/tclxml: use subslot dep on tcl
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-tcltk/tclxml')
-rw-r--r-- | dev-tcltk/tclxml/tclxml-3.2.7-r1.ebuild (renamed from dev-tcltk/tclxml/tclxml-3.2.7.ebuild) | 4 | ||||
-rw-r--r-- | dev-tcltk/tclxml/tclxml-3.3.1-r1.ebuild (renamed from dev-tcltk/tclxml/tclxml-3.3.1.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-tcltk/tclxml/tclxml-3.2.7.ebuild b/dev-tcltk/tclxml/tclxml-3.2.7-r1.ebuild index a32148ddc14b..5c4a298b68e7 100644 --- a/dev-tcltk/tclxml/tclxml-3.2.7.ebuild +++ b/dev-tcltk/tclxml/tclxml-3.2.7-r1.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 @@ -14,7 +14,7 @@ KEYWORDS="~alpha amd64 ppc sparc x86" IUSE="debug threads" DEPEND=" - >=dev-lang/tcl-8.2:0 + >=dev-lang/tcl-8.2:= >=dev-libs/libxml2-2.6.9 dev-libs/libxslt >=dev-tcltk/tcllib-1.2 diff --git a/dev-tcltk/tclxml/tclxml-3.3.1.ebuild b/dev-tcltk/tclxml/tclxml-3.3.1-r1.ebuild index 21c1b65eadf8..022c63c640c3 100644 --- a/dev-tcltk/tclxml/tclxml-3.3.1.ebuild +++ b/dev-tcltk/tclxml/tclxml-3.3.1-r1.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 @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="debug threads" DEPEND=" - >=dev-lang/tcl-8.2:0 + >=dev-lang/tcl-8.2:= >=dev-libs/libxml2-2.6.9 dev-libs/libxslt >=dev-tcltk/tcllib-1.2 |