diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-08-27 17:57:03 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-08-27 17:57:03 +0200 |
commit | e38c22f2683af0e481e026b40c66b0744a517828 (patch) | |
tree | 37cd63c55e17dd78e75b272dad562685c24ad01e /app-antivirus | |
parent | dev-python/nautilus-python: drop old version (diff) | |
download | gentoo-e38c22f2683af0e481e026b40c66b0744a517828.tar.gz gentoo-e38c22f2683af0e481e026b40c66b0744a517828.tar.bz2 gentoo-e38c22f2683af0e481e026b40c66b0744a517828.zip |
app-antivirus/clamtk: add python3.9 support
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamtk/clamtk-6.05.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-antivirus/clamtk/clamtk-6.05.ebuild b/app-antivirus/clamtk/clamtk-6.05.ebuild index c2d0a2050b2c..51d6b124ca0d 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 |