Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/doconce/
Date: Tue, 11 Feb 2020 11:38:38
Message-Id: 1581421097.7496d487f789e85409df3c333fc74ae8a8abbec9.mgorny@gentoo
1 commit: 7496d487f789e85409df3c333fc74ae8a8abbec9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 11:32:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 11:38:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7496d487
7
8 app-text/doconce: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-text/doconce/doconce-1.4.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/doconce/doconce-1.4.4.ebuild b/app-text/doconce/doconce-1.4.4.ebuild
16 index 60871bec219..44c6bb34b50 100644
17 --- a/app-text/doconce/doconce-1.4.4.ebuild
18 +++ b/app-text/doconce/doconce-1.4.4.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python2_7 python3_6 )
24 +PYTHON_COMPAT=( python3_6 )
25 inherit distutils-r1
26
27 DESCRIPTION="A markdown-like langauge to generate docs in html, LaTeX, and many other formats"