Gentoo Archives: gentoo-commits

From: Daniel Pielmeier <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pfl/
Date: Thu, 26 Apr 2018 17:09:52
Message-Id: 1524762574.4dc51663a665a2de7e8254ca64b63e8b09fd6288.billie@gentoo
1 commit: 4dc51663a665a2de7e8254ca64b63e8b09fd6288
2 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 17:09:34 2018 +0000
4 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 17:09:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc51663
7
8 app-portage/pfl: Add python 3.6 support.
9
10 This fixes bug #653924. Thanks to cryptopsy for the report.
11
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 app-portage/pfl/pfl-3.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-portage/pfl/pfl-3.0.ebuild b/app-portage/pfl/pfl-3.0.ebuild
18 index ea1a286fa5d..92a794602b6 100644
19 --- a/app-portage/pfl/pfl-3.0.ebuild
20 +++ b/app-portage/pfl/pfl-3.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python3_5 )
26 +PYTHON_COMPAT=( python{3_5,3_6} )
27 PYTHON_REQ_USE="xml"
28
29 inherit eutils distutils-r1