From 4dc51663a665a2de7e8254ca64b63e8b09fd6288 Mon Sep 17 00:00:00 2001 From: Daniel Pielmeier Date: Thu, 26 Apr 2018 19:09:34 +0200 Subject: [PATCH] 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 --- app-portage/pfl/pfl-3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2