diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:28:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:38:02 +0100 |
commit | 7bd3cbcb0654a9a3b678d9c8445253d141686deb (patch) | |
tree | 6673100b57bbea43ebcf7dca2d0f764965d91555 /app-misc | |
parent | app-emacs/pymacs: Remove py2 (diff) | |
download | gentoo-7bd3cbcb0654a9a3b678d9c8445253d141686deb.tar.gz gentoo-7bd3cbcb0654a9a3b678d9c8445253d141686deb.tar.bz2 gentoo-7bd3cbcb0654a9a3b678d9c8445253d141686deb.zip |
app-misc/chkcrontab: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/chkcrontab/chkcrontab-1.7.ebuild b/app-misc/chkcrontab/chkcrontab-1.7.ebuild index 03c12e27e973..7cbacd5cb854 100644 --- a/app-misc/chkcrontab/chkcrontab-1.7.ebuild +++ b/app-misc/chkcrontab/chkcrontab-1.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |