diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-11-02 21:20:10 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-03 23:37:06 +0100 |
commit | 5b220413d72b33221cbe439b44f5db716f9a9792 (patch) | |
tree | fc6c0dc0d91f1fe1c12c27477508590022f3a37b /app-antivirus | |
parent | dev-python/python-sense-hat: drop 2.2.0-r3 (diff) | |
download | gentoo-5b220413d72b33221cbe439b44f5db716f9a9792.tar.gz gentoo-5b220413d72b33221cbe439b44f5db716f9a9792.tar.bz2 gentoo-5b220413d72b33221cbe439b44f5db716f9a9792.zip |
app-antivirus/clamtk: add python3.11 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamtk/clamtk-6.14.ebuild | 4 |
1 files 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 |