summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2020-05-01 17:30:38 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-05-01 18:09:38 +0300
commit7864c83f1146f5f664b7b31934c13568911d9302 (patch)
tree96e31f7219e0015b72a8c0891aae281bef7687b6 /app-misc
parentnet-libs/libwebsockets: change of IUSE flags (diff)
downloadgentoo-7864c83f1146f5f664b7b31934c13568911d9302.tar.gz
gentoo-7864c83f1146f5f664b7b31934c13568911d9302.tar.bz2
gentoo-7864c83f1146f5f664b7b31934c13568911d9302.zip
app-misc/chkcrontab: add python3.{7,8}
Closes: https://bugs.gentoo.org/718226 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15549 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-misc')
-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 7cbacd5cb854..75d4342938bc 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=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1