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 D5A9A1581EE for ; Fri, 28 Mar 2025 20:21: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 C24783430CA for ; Fri, 28 Mar 2025 20:21:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3B83F1104C3; Fri, 28 Mar 2025 20:20:49 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2FF301104C3 for ; Fri, 28 Mar 2025 20:20:49 +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 DE03134316B for ; Fri, 28 Mar 2025 20:20:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CE9228C8 for ; Fri, 28 Mar 2025 20:20:45 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1743193224.3f7301b22dcc92a1b9a54bf084a330342e7880de.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-antivirus/clamtk/clamtk-6.18-r1.ebuild X-VCS-Directories: app-antivirus/clamtk/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3f7301b22dcc92a1b9a54bf084a330342e7880de X-VCS-Branch: master Date: Fri, 28 Mar 2025 20:20:45 +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: 9f4dbd30-3902-4521-a018-6ac45948f608 X-Archives-Hash: 8f950e881bf8e5bb5a59fcf90a65bf87 commit: 3f7301b22dcc92a1b9a54bf084a330342e7880de Author: Conrad Kostecki gentoo org> AuthorDate: Fri Mar 28 20:09:44 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Mar 28 20:20:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7301b2 app-antivirus/clamtk: add python3.13 Closes: https://bugs.gentoo.org/show_bug.cgi?id=952175 Signed-off-by: Conrad Kostecki gentoo.org> app-antivirus/clamtk/clamtk-6.18-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-antivirus/clamtk/clamtk-6.18-r1.ebuild b/app-antivirus/clamtk/clamtk-6.18-r1.ebuild index 42c86959e51c..fc271a60220f 100644 --- a/app-antivirus/clamtk/clamtk-6.18-r1.ebuild +++ b/app-antivirus/clamtk/clamtk-6.18-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit desktop perl-functions python-single-r1 xdg-utils