diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 20:24:35 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 21:29:19 +0200 |
commit | 359628436e781c60ff851420bd66a52f83f2f2b7 (patch) | |
tree | b83d083e5662b014401f923cc6b32ddc3081cf00 /app-text | |
parent | app-text/pytextile: Support python3.6 (diff) | |
download | gentoo-359628436e781c60ff851420bd66a52f83f2f2b7.tar.gz gentoo-359628436e781c60ff851420bd66a52f83f2f2b7.tar.bz2 gentoo-359628436e781c60ff851420bd66a52f83f2f2b7.zip |
app-text/sigil: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/sigil/sigil-0.9.8.ebuild | 2 |
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 |