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 3F60D1584AD for ; Wed, 07 May 2025 18:13:58 +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 2A831343294 for ; Wed, 07 May 2025 18:13:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F2559110480; Wed, 07 May 2025 18:13:45 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E4391110480 for ; Wed, 07 May 2025 18:13:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F0B6342FE8 for ; Wed, 07 May 2025 18:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1608D284E for ; Wed, 07 May 2025 18:13:43 +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: <1746641579.69cb9708281acf0d1efea6f9231872fa6f62c57b.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.16.ebuild X-VCS-Directories: dev-lang/tcl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 69cb9708281acf0d1efea6f9231872fa6f62c57b X-VCS-Branch: master Date: Wed, 07 May 2025 18:13:43 +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: a20b6175-6e9c-4a46-9ca0-294248c33558 X-Archives-Hash: 5b764d52243c73a488d70a33ddf412cc commit: 69cb9708281acf0d1efea6f9231872fa6f62c57b Author: Sam James gentoo org> AuthorDate: Wed May 7 18:12:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 7 18:12:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cb9708 dev-lang/tcl: Stabilize 8.6.16 hppa, #954636 Signed-off-by: Sam James gentoo.org> dev-lang/tcl/tcl-8.6.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/tcl/tcl-8.6.16.ebuild b/dev-lang/tcl/tcl-8.6.16.ebuild index 59ff88d02e2a..83a553240a18 100644 --- a/dev-lang/tcl/tcl-8.6.16.ebuild +++ b/dev-lang/tcl/tcl-8.6.16.ebuild @@ -18,7 +18,7 @@ S="${SPARENT}"/unix LICENSE="tcltk Spencer-99" SLOT="0/8.6" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="debug +threads" RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"