summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-27 20:24:35 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-27 21:29:19 +0200
commit359628436e781c60ff851420bd66a52f83f2f2b7 (patch)
treeb83d083e5662b014401f923cc6b32ddc3081cf00
parentapp-text/pytextile: Support python3.6 (diff)
downloadgentoo-35962843.tar.gz
gentoo-35962843.tar.bz2
gentoo-35962843.zip
app-text/sigil: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
-rw-r--r--app-text/sigil/sigil-0.9.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/sigil/sigil-0.9.8.ebuild b/app-text/sigil/sigil-0.9.8.ebuild
index 533b009579dd..c033f4ff46fb 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