From 7864c83f1146f5f664b7b31934c13568911d9302 Mon Sep 17 00:00:00 2001 From: Tomáš Mózes Date: Fri, 1 May 2020 17:30:38 +0300 Subject: app-misc/chkcrontab: add python3.{7,8} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/718226 Signed-off-by: Tomáš Mózes Closes: https://github.com/gentoo/gentoo/pull/15549 Signed-off-by: Joonas Niilola --- app-misc/chkcrontab/chkcrontab-1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-misc') 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 -- cgit v1.2.3-65-gdbad