From 7864c83f1146f5f664b7b31934c13568911d9302 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20M=C3=B3zes?= Date: Fri, 1 May 2020 17:30:38 +0300 Subject: [PATCH] app-misc/chkcrontab: add python3.{7,8} MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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(-) 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 -- 2.26.2