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 B67A8138351 for ; Sun, 19 Apr 2020 23:01:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D84F9E0B00; Sun, 19 Apr 2020 23:01:30 +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 B07BDE0B00 for ; Sun, 19 Apr 2020 23:01:30 +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 1D95334F003 for ; Sun, 19 Apr 2020 23:01:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 065BE1D8 for ; Sun, 19 Apr 2020 23:01:27 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1587337276.b802ccac03b3771e9eaa584acd54275c5a4ddbc1.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yaswfp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild X-VCS-Directories: dev-python/yaswfp/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: b802ccac03b3771e9eaa584acd54275c5a4ddbc1 X-VCS-Branch: master Date: Sun, 19 Apr 2020 23:01:27 +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: df270b3c-ab63-4914-b9ce-45302385ee66 X-Archives-Hash: 9112bbbf1d4cce2bb4f79418e4da7495 commit: b802ccac03b3771e9eaa584acd54275c5a4ddbc1 Author: Bernard Cafarelli gentoo org> AuthorDate: Sun Apr 19 22:40:37 2020 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Apr 19 23:01:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b802ccac dev-python/yaswfp: works with python 3.8 Tested with net-analyzer/wapiti Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Bernard Cafarelli gentoo.org> dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild b/dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild index b1468f47394..34c80cda648 100644 --- a/dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild +++ b/dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1