Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sigil/
Date: Wed, 27 Jun 2018 19:29:47
Message-Id: 1530127759.359628436e781c60ff851420bd66a52f83f2f2b7.pacho@gentoo
1 commit: 359628436e781c60ff851420bd66a52f83f2f2b7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 18:24:35 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 19:29:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35962843
7
8 app-text/sigil: Support python3.6
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 app-text/sigil/sigil-0.9.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/sigil/sigil-0.9.8.ebuild b/app-text/sigil/sigil-0.9.8.ebuild
16 index 533b009579d..c033f4ff46f 100644
17 --- a/app-text/sigil/sigil-0.9.8.ebuild
18 +++ b/app-text/sigil/sigil-0.9.8.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python3_4 python3_5 )
24 +PYTHON_COMPAT=( python3_{4,5,6} )
25
26 inherit cmake-utils python-single-r1