diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2018-04-26 19:09:34 +0200 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2018-04-26 19:09:34 +0200 |
commit | 4dc51663a665a2de7e8254ca64b63e8b09fd6288 (patch) | |
tree | 6972872a002c24c9688838f64a9bf69d8016b3c7 /app-portage | |
parent | sys-fs/snapraid: Add version 11.2 (diff) | |
download | gentoo-4dc51663a665a2de7e8254ca64b63e8b09fd6288.tar.gz gentoo-4dc51663a665a2de7e8254ca64b63e8b09fd6288.tar.bz2 gentoo-4dc51663a665a2de7e8254ca64b63e8b09fd6288.zip |
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
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/pfl/pfl-3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |