From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C33A11582EF for ; Thu, 13 Feb 2025 02:54:15 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A66B1343159 for ; Thu, 13 Feb 2025 02:54:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D64A811042D; Thu, 13 Feb 2025 02:54:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id CB4A211042D for ; Thu, 13 Feb 2025 02:54:11 +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 8282034314C for ; Thu, 13 Feb 2025 02:54:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A544126AB for ; Thu, 13 Feb 2025 02:54:09 +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: <1739415090.e598add608a25695198239ca3ff3932cc3f82275.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/itk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/itk/itk-4.2.3-r1.ebuild dev-tcltk/itk/itk-4.2.3-r2.ebuild X-VCS-Directories: dev-tcltk/itk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e598add608a25695198239ca3ff3932cc3f82275 X-VCS-Branch: master Date: Thu, 13 Feb 2025 02:54:09 +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: bb5ea0f6-0ad4-4db5-8edf-d406c2036fd8 X-Archives-Hash: 9eefa298671592174e4ea29635f825f5 commit: e598add608a25695198239ca3ff3932cc3f82275 Author: Alfred Wingate protonmail com> AuthorDate: Thu Feb 13 02:24:45 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 13 02:51:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e598add6 dev-tcltk/itk: bump requirement of dev-tcltk/itcl https://github.com/tcltk/itcl/commit/1d9d69166351d288da117ce9b34d2ff86e4aa265 Closes: https://bugs.gentoo.org/949690 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40551 Signed-off-by: Sam James gentoo.org> dev-tcltk/itk/{itk-4.2.3-r1.ebuild => itk-4.2.3-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tcltk/itk/itk-4.2.3-r1.ebuild b/dev-tcltk/itk/itk-4.2.3-r2.ebuild similarity index 98% rename from dev-tcltk/itk/itk-4.2.3-r1.ebuild rename to dev-tcltk/itk/itk-4.2.3-r2.ebuild index ef43af108473..d78a8fefcb64 100644 --- a/dev-tcltk/itk/itk-4.2.3-r1.ebuild +++ b/dev-tcltk/itk/itk-4.2.3-r2.ebuild @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )" DEPEND=" >=dev-lang/tk-8.6:= - >=dev-tcltk/itcl-4.1" + >=dev-tcltk/itcl-4.2.4" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-${MY_PV}"