summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-09-02 11:57:48 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-09-29 13:25:02 +0300
commit7f3ce0d247906b1bed333dc262090196e8e821e4 (patch)
tree66412dd7a3dcaf31979bc9defccb192f4c9825ad /app-text
parentnet-libs/libsearpc: do not install .a files (diff)
downloadgentoo-7f3ce0d247906b1bed333dc262090196e8e821e4.tar.gz
gentoo-7f3ce0d247906b1bed333dc262090196e8e821e4.tar.bz2
gentoo-7f3ce0d247906b1bed333dc262090196e8e821e4.zip
app-text/cmark: add support for new python
Added python3_8 and python3_9. Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/cmark/cmark-0.29.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/cmark/cmark-0.29.0.ebuild b/app-text/cmark/cmark-0.29.0.ebuild
index 975cfc4fe12b..2084c1803213 100644
--- a/app-text/cmark/cmark-0.29.0.ebuild
+++ b/app-text/cmark/cmark-0.29.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit cmake python-any-r1