projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eedb87e
)
app-misc/chkcrontab: add python3.{7,8}
author
Tomáš Mózes
<hydrapolic@gmail.com>
Fri, 1 May 2020 14:30:38 +0000
(17:30 +0300)
committer
Joonas Niilola
<juippis@gentoo.org>
Fri, 1 May 2020 15:09:38 +0000
(18:09 +0300)
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>
app-misc/chkcrontab/chkcrontab-1.7.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/chkcrontab/chkcrontab-1.7.ebuild
b/app-misc/chkcrontab/chkcrontab-1.7.ebuild
index 7cbacd5cb85416c5e8f2b6b10fa4ca579a23addc..75d4342938bc25662e248ed71b62775c9011d7ab 100644
(file)
--- 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