diff options
author | 2021-07-01 22:01:34 +0200 | |
---|---|---|
committer | 2021-07-01 23:15:08 +0200 | |
commit | eed99655ccc40465895354dc5766c9c65790c781 (patch) | |
tree | 5329a5d23c3e9108b85b6681f22bbfb03aa46b0a /app-antivirus/clamtk | |
parent | dev-python/nautilus-python: add python3.10 support (diff) | |
download | gentoo-eed99655ccc40465895354dc5766c9c65790c781.tar.gz gentoo-eed99655ccc40465895354dc5766c9c65790c781.tar.bz2 gentoo-eed99655ccc40465895354dc5766c9c65790c781.zip |
app-antivirus/clamtk: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-antivirus/clamtk')
-rw-r--r-- | app-antivirus/clamtk/clamtk-6.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-antivirus/clamtk/clamtk-6.11.ebuild b/app-antivirus/clamtk/clamtk-6.11.ebuild index 79a160d99f2d..d483f5f7b34d 100644 --- a/app-antivirus/clamtk/clamtk-6.11.ebuild +++ b/app-antivirus/clamtk/clamtk-6.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit desktop perl-functions python-single-r1 xdg-utils |