From: Daniel Pielmeier Date: Thu, 26 Apr 2018 17:09:34 +0000 (+0200) Subject: app-portage/pfl: Add python 3.6 support. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4dc51663a665a2de7e8254ca64b63e8b09fd6288;p=gentoo.git app-portage/pfl: Add python 3.6 support. This fixes bug #653924. Thanks to cryptopsy for the report. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/app-portage/pfl/pfl-3.0.ebuild b/app-portage/pfl/pfl-3.0.ebuild index ea1a286fa5d2..92a794602b6a 100644 --- a/app-portage/pfl/pfl-3.0.ebuild +++ b/app-portage/pfl/pfl-3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_5 ) +PYTHON_COMPAT=( python{3_5,3_6} ) PYTHON_REQ_USE="xml" inherit eutils distutils-r1