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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A97D4138359 for ; Thu, 27 Aug 2020 15:58:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E39FAE0AA2; Thu, 27 Aug 2020 15:58:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAD0FE0AA2 for ; Thu, 27 Aug 2020 15:58:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D30B733FAD1 for ; Thu, 27 Aug 2020 15:58:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A0892EE for ; Thu, 27 Aug 2020 15:58:25 +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: <1598543823.e38c22f2683af0e481e026b40c66b0744a517828.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.05.ebuild X-VCS-Directories: app-antivirus/clamtk/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e38c22f2683af0e481e026b40c66b0744a517828 X-VCS-Branch: master Date: Thu, 27 Aug 2020 15:58:25 +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: 749a7884-ab06-434a-b7ca-9d1c333781ac X-Archives-Hash: 335e01b5dec8d2b5ea033db48ca272b8 commit: e38c22f2683af0e481e026b40c66b0744a517828 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Aug 27 15:57:03 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Aug 27 15:57:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38c22f2 app-antivirus/clamtk: add python3.9 support Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> app-antivirus/clamtk/clamtk-6.05.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-antivirus/clamtk/clamtk-6.05.ebuild b/app-antivirus/clamtk/clamtk-6.05.ebuild index c2d0a2050b2..51d6b124ca0 100644 --- a/app-antivirus/clamtk/clamtk-6.05.ebuild +++ b/app-antivirus/clamtk/clamtk-6.05.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit desktop perl-functions python-single-r1 xdg-utils