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 AA769138350 for ; Sun, 19 Apr 2020 14:27:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6540E0B34; Sun, 19 Apr 2020 14:27:26 +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 9BF25E0B34 for ; Sun, 19 Apr 2020 14:27:26 +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 83ABB34F001 for ; Sun, 19 Apr 2020 14:27:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68DF9103 for ; Sun, 19 Apr 2020 14:27:23 +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: <1587306424.4ace215a35aa97a341dd1b007d12d469a0456bcc.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.1.ebuild X-VCS-Directories: app-portage/pfl/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 4ace215a35aa97a341dd1b007d12d469a0456bcc X-VCS-Branch: master Date: Sun, 19 Apr 2020 14:27:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 081fda4e-6976-4998-a125-250ac7b7ea4d X-Archives-Hash: 27d02377e9cc3ec3cb1c0feb958fff6f commit: 4ace215a35aa97a341dd1b007d12d469a0456bcc Author: Daniel Pielmeier gentoo org> AuthorDate: Sun Apr 19 14:27:04 2020 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Sun Apr 19 14:27:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ace215a app-portage/pfl: Add python 3.8 support. Package-Manager: Portage-2.3.99, Repoman-2.3.20 Signed-off-by: Daniel Pielmeier gentoo.org> app-portage/pfl/pfl-3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/pfl/pfl-3.1.ebuild b/app-portage/pfl/pfl-3.1.ebuild index fd8eeb3e30e..0704d5f48fa 100644 --- a/app-portage/pfl/pfl-3.1.ebuild +++ b/app-portage/pfl/pfl-3.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="xml" inherit distutils-r1 systemd