diff options
author | 2022-01-01 11:09:32 +0000 | |
---|---|---|
committer | 2022-01-01 11:09:56 +0000 | |
commit | 8b7e243c319a7ebd72b3b532d54f0aa62df9c652 (patch) | |
tree | bab5b837823cc3410ff08c88fce5b44732643de6 /dev-lang/tcl | |
parent | dev-lang/tk: add note to bump with dev-lang/tcl (diff) | |
download | gentoo-8b7e243c319a7ebd72b3b532d54f0aa62df9c652.tar.gz gentoo-8b7e243c319a7ebd72b3b532d54f0aa62df9c652.tar.bz2 gentoo-8b7e243c319a7ebd72b3b532d54f0aa62df9c652.zip |
dev-lang/tcl: add note to bump with dev-lang/tk
Avoids dep conflicts for users.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/tcl-8.6.12.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/tcl/tcl-8.6.12.ebuild b/dev-lang/tcl/tcl-8.6.12.ebuild index 12ec6c9aac3d..1c363e352bea 100644 --- a/dev-lang/tcl/tcl-8.6.12.ebuild +++ b/dev-lang/tcl/tcl-8.6.12.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +# Please bump with dev-lang/tk! + inherit autotools flag-o-matic multilib-minimal multilib toolchain-funcs MY_P="${PN}${PV}" |