Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/cmark/
Date: Tue, 29 Sep 2020 10:26:56
Message-Id: 1601375102.7f3ce0d247906b1bed333dc262090196e8e821e4.juippis@gentoo
1 commit: 7f3ce0d247906b1bed333dc262090196e8e821e4
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 2 08:57:48 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 10:25:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3ce0d2
7
8 app-text/cmark: add support for new python
9
10 Added python3_8 and python3_9.
11
12 Package-Manager: Portage-3.0.4, Repoman-2.3.23
13 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 app-text/cmark/cmark-0.29.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/app-text/cmark/cmark-0.29.0.ebuild b/app-text/cmark/cmark-0.29.0.ebuild
20 index 975cfc4fe12..2084c180321 100644
21 --- a/app-text/cmark/cmark-0.29.0.ebuild
22 +++ b/app-text/cmark/cmark-0.29.0.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{6,7} )
28 +PYTHON_COMPAT=( python3_{6,7,8,9} )
29
30 inherit cmake python-any-r1