diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-03-09 18:37:17 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-09 18:41:22 +0100 |
commit | 2e0ae09a8ae5e49d73f1a4ee1e34643fe9cfa838 (patch) | |
tree | c69aaafdcdfbc4ec9931ad592af62e6956a6aec7 /app-antivirus/clamtk | |
parent | dev-python/nautilus-python: add python3.12 support (diff) | |
download | gentoo-2e0ae09a8ae5e49d73f1a4ee1e34643fe9cfa838.tar.gz gentoo-2e0ae09a8ae5e49d73f1a4ee1e34643fe9cfa838.tar.bz2 gentoo-2e0ae09a8ae5e49d73f1a4ee1e34643fe9cfa838.zip |
app-antivirus/clamtk: add python3.12 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-antivirus/clamtk')
-rw-r--r-- | app-antivirus/clamtk/clamtk-6.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-antivirus/clamtk/clamtk-6.18.ebuild b/app-antivirus/clamtk/clamtk-6.18.ebuild index 3c7547287d67..a9f6b6ff5527 100644 --- a/app-antivirus/clamtk/clamtk-6.18.ebuild +++ b/app-antivirus/clamtk/clamtk-6.18.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop perl-functions python-single-r1 xdg-utils |