From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84E21158086 for ; Sat, 1 Jan 2022 11:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 807992BC24E; Sat, 1 Jan 2022 11:10:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9035D2BC24A for ; Sat, 1 Jan 2022 11:10:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29AC6342C9B for ; Sat, 1 Jan 2022 11:10:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC83226D for ; Sat, 1 Jan 2022 11:10:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1641035396.8b7e243c319a7ebd72b3b532d54f0aa62df9c652.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/tcl/tcl-8.6.12.ebuild X-VCS-Directories: dev-lang/tcl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b7e243c319a7ebd72b3b532d54f0aa62df9c652 X-VCS-Branch: master Date: Sat, 1 Jan 2022 11:10:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce2a1d07-c382-43e5-a7c7-e5098683f6db X-Archives-Hash: 0287e847549b19b47d48cc0b9aeaa709 commit: 8b7e243c319a7ebd72b3b532d54f0aa62df9c652 Author: Sam James gentoo org> AuthorDate: Sat Jan 1 11:09:32 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 1 11:09:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7e243c dev-lang/tcl: add note to bump with dev-lang/tk Avoids dep conflicts for users. Signed-off-by: Sam James gentoo.org> dev-lang/tcl/tcl-8.6.12.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}"