From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B14131382C5 for ; Thu, 26 Apr 2018 17:09:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00C9BE0827; Thu, 26 Apr 2018 17:09:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4224E0827 for ; Thu, 26 Apr 2018 17:09:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB721335C77 for ; Thu, 26 Apr 2018 17:09:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33E3F28F for ; Thu, 26 Apr 2018 17:09:49 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1524762574.4dc51663a665a2de7e8254ca64b63e8b09fd6288.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pfl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/pfl/pfl-3.0.ebuild X-VCS-Directories: app-portage/pfl/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 4dc51663a665a2de7e8254ca64b63e8b09fd6288 X-VCS-Branch: master Date: Thu, 26 Apr 2018 17:09:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e224a4f3-900e-4f04-bbc6-16ee4eb61bb7 X-Archives-Hash: c527a96e5694f800fd0aef4b9e4b06a8 commit: 4dc51663a665a2de7e8254ca64b63e8b09fd6288 Author: Daniel Pielmeier gentoo org> AuthorDate: Thu Apr 26 17:09:34 2018 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Thu Apr 26 17:09:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc51663 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 ea1a286fa5d..92a794602b6 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