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 C3BE4158020 for ; Thu, 3 Nov 2022 22:37:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B393E090E; Thu, 3 Nov 2022 22:37:42 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 41FA3E090E for ; Thu, 3 Nov 2022 22:37:42 +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 5F292341268 for ; Thu, 3 Nov 2022 22:37:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5BF070D for ; Thu, 3 Nov 2022 22:37:38 +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: <1667515026.5b220413d72b33221cbe439b44f5db716f9a9792.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.14.ebuild X-VCS-Directories: app-antivirus/clamtk/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 5b220413d72b33221cbe439b44f5db716f9a9792 X-VCS-Branch: master Date: Thu, 3 Nov 2022 22:37:38 +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: 0c59e1e1-2761-4477-87e0-b69c4c33d661 X-Archives-Hash: 343a66c3d8bcad2e7870f5bbeff34e82 commit: 5b220413d72b33221cbe439b44f5db716f9a9792 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Nov 2 20:20:10 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Nov 3 22:37:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b220413 app-antivirus/clamtk: add python3.11 support Signed-off-by: Conrad Kostecki gentoo.org> app-antivirus/clamtk/clamtk-6.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-antivirus/clamtk/clamtk-6.14.ebuild b/app-antivirus/clamtk/clamtk-6.14.ebuild index f8d49d916619..75f5368e3330 100644 --- a/app-antivirus/clamtk/clamtk-6.14.ebuild +++ b/app-antivirus/clamtk/clamtk-6.14.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit desktop perl-functions python-single-r1 xdg-utils