commit:     32702a5c9311ef246aca809ad699ddff3c652a68
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 12:04:50 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 12:05:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32702a5c

app-text/cmark: add python-3.10 compatibility to 0.30.0

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-text/cmark/cmark-0.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/cmark/cmark-0.30.0.ebuild 
b/app-text/cmark/cmark-0.30.0.ebuild
index 04072de38d2..9a1437df5f0 100644
--- a/app-text/cmark/cmark-0.30.0.ebuild
+++ b/app-text/cmark/cmark-0.30.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit cmake python-any-r1
 

Reply via email to