Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tcl/
Date: Sat, 01 Jan 2022 11:10:49
Message-Id: 1641035396.8b7e243c319a7ebd72b3b532d54f0aa62df9c652.sam@gentoo
1 commit: 8b7e243c319a7ebd72b3b532d54f0aa62df9c652
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 11:09:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 11:09:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7e243c
7
8 dev-lang/tcl: add note to bump with dev-lang/tk
9
10 Avoids dep conflicts for users.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-lang/tcl/tcl-8.6.12.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-lang/tcl/tcl-8.6.12.ebuild b/dev-lang/tcl/tcl-8.6.12.ebuild
18 index 12ec6c9aac3d..1c363e352bea 100644
19 --- a/dev-lang/tcl/tcl-8.6.12.ebuild
20 +++ b/dev-lang/tcl/tcl-8.6.12.ebuild
21 @@ -1,8 +1,10 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 +# Please bump with dev-lang/tk!
29 +
30 inherit autotools flag-o-matic multilib-minimal multilib toolchain-funcs
31
32 MY_P="${PN}${PV}"