app-text/cmark: python3_7
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 15 May 2019 11:25:33 +0000 (13:25 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 15 May 2019 11:33:16 +0000 (13:33 +0200)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-text/cmark/cmark-0.29.0.ebuild

index 00e9f8c59369989003e22fa48c1cb3b63735066f..7400fd7331da2d352c71eac5215e57e208300392 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit cmake-utils python-any-r1