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 8835E158086 for ; Sat, 1 Jan 2022 11:10:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7440A2BC24A; Sat, 1 Jan 2022 11:10:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 985AC2BC24E 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 340BE342CA7 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 D87C0219 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: <1641035393.edc644a99d8eaa8a4805d3320e44b073d385259c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/tk/tk-8.6.12.ebuild X-VCS-Directories: dev-lang/tk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: edc644a99d8eaa8a4805d3320e44b073d385259c 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: ba0bbbfd-14bc-4da1-97c8-cd96ffb77a4f X-Archives-Hash: 4a97bac892c36886be601bd5dcca0ec2 commit: edc644a99d8eaa8a4805d3320e44b073d385259c Author: Sam James gentoo org> AuthorDate: Sat Jan 1 11:09:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 1 11:09:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc644a9 dev-lang/tk: add note to bump with dev-lang/tcl Avoids dep conflicts for users. Signed-off-by: Sam James gentoo.org> dev-lang/tk/tk-8.6.12.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}"