commit: 359628436e781c60ff851420bd66a52f83f2f2b7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 18:24:35 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 19:29:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35962843
app-text/sigil: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
app-text/sigil/sigil-0.9.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/sigil/sigil-0.9.8.ebuild
b/app-text/sigil/sigil-0.9.8.ebuild
index 533b009579d..c033f4ff46f 100644
--- a/app-text/sigil/sigil-0.9.8.ebuild
+++ b/app-text/sigil/sigil-0.9.8.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_4 python3_5 )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit cmake-utils python-single-r1