summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 12:28:17 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 12:38:02 +0100
commit7bd3cbcb0654a9a3b678d9c8445253d141686deb (patch)
tree6673100b57bbea43ebcf7dca2d0f764965d91555
parentapp-emacs/pymacs: Remove py2 (diff)
downloadgentoo-7bd3cbcb.tar.gz
gentoo-7bd3cbcb.tar.bz2
gentoo-7bd3cbcb.zip
app-misc/chkcrontab: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-misc/chkcrontab/chkcrontab-1.7.ebuild2
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