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/tk/
Date: Sat, 01 Jan 2022 11:10:13
Message-Id: 1641035393.edc644a99d8eaa8a4805d3320e44b073d385259c.sam@gentoo
1 commit: edc644a99d8eaa8a4805d3320e44b073d385259c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 11:09:08 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 11:09:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc644a9
7
8 dev-lang/tk: add note to bump with dev-lang/tcl
9
10 Avoids dep conflicts for users.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-lang/tk/tk-8.6.12.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-lang/tk/tk-8.6.12.ebuild b/dev-lang/tk/tk-8.6.12.ebuild
18 index 1a56e674c79b..8375795ce3f1 100644
19 --- a/dev-lang/tk/tk-8.6.12.ebuild
20 +++ b/dev-lang/tk/tk-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/tcl!
29 +
30 inherit autotools multilib-minimal multilib prefix toolchain-funcs virtualx
31
32 MY_P="${PN}${PV/_beta/b}"