app-text/sigil: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 18:24:35 +0000 (20:24 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 19:29:19 +0000 (21:29 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

app-text/sigil/sigil-0.9.8.ebuild

index 533b009579ddc433fe3c73e982a9d028225ace60..c033f4ff46fb4d88ead8d7be2f6b76d12de31309 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_4 python3_5 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit cmake-utils python-single-r1