diff options
Diffstat (limited to 'app-misc/chkcrontab')
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild | 2 | ||||
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild b/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild index e5d5ef95ce97..f32063eea9ab 100644 --- a/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild +++ b/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/app-misc/chkcrontab/chkcrontab-1.7.ebuild b/app-misc/chkcrontab/chkcrontab-1.7.ebuild index 75d4342938bc..1c1162467d38 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,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 |