From: Pacho Ramos Date: Wed, 27 Jun 2018 18:24:35 +0000 (+0200) Subject: app-text/sigil: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=359628436e781c60ff851420bd66a52f83f2f2b7;p=gentoo.git app-text/sigil: Support python3.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- 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