commit: 7864c83f1146f5f664b7b31934c13568911d9302
Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri May 1 14:30:38 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 1 15:09:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7864c83f
app-misc/chkcrontab: add python3.{7,8}
Closes: https://bugs.gentoo.org/718226
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15549
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/chkcrontab/chkcrontab-1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/chkcrontab/chkcrontab-1.7.ebuild
b/app-misc/chkcrontab/chkcrontab-1.7.ebuild
index 7cbacd5cb85..75d4342938b 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