diff options
author | Sam James <sam@gentoo.org> | 2022-01-01 11:09:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-01 11:09:53 +0000 |
commit | edc644a99d8eaa8a4805d3320e44b073d385259c (patch) | |
tree | a2a82325bf8b4eaa77127adc0cd8f48442682631 /dev-lang/tk | |
parent | virtual/perl-CPAN: Stabilize 2.290.0 ppc64, #829572 (diff) | |
download | gentoo-edc644a99d8eaa8a4805d3320e44b073d385259c.tar.gz gentoo-edc644a99d8eaa8a4805d3320e44b073d385259c.tar.bz2 gentoo-edc644a99d8eaa8a4805d3320e44b073d385259c.zip |
dev-lang/tk: add note to bump with dev-lang/tcl
Avoids dep conflicts for users.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/tk')
-rw-r--r-- | dev-lang/tk/tk-8.6.12.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/tk/tk-8.6.12.ebuild b/dev-lang/tk/tk-8.6.12.ebuild index 1a56e674c79b..8375795ce3f1 100644 --- a/dev-lang/tk/tk-8.6.12.ebuild +++ b/dev-lang/tk/tk-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/tcl! + inherit autotools multilib-minimal multilib prefix toolchain-funcs virtualx MY_P="${PN}${PV/_beta/b}" |