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 BFF7213835A for ; Wed, 23 Dec 2020 08:38:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E44D4E0BDE; Wed, 23 Dec 2020 08:38:04 +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 BF4FAE0BDE for ; Wed, 23 Dec 2020 08:38:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C005F341521 for ; Wed, 23 Dec 2020 08:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72DB5BF for ; Wed, 23 Dec 2020 08:38:02 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1608712677.640611ad2498cdaf2ee16eb967f252de7260c9e7.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fslpy/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/fslpy/fslpy-2.8.4.ebuild X-VCS-Directories: dev-python/fslpy/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 640611ad2498cdaf2ee16eb967f252de7260c9e7 X-VCS-Branch: master Date: Wed, 23 Dec 2020 08:38:02 +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: e731178d-45e7-470a-a649-d4bb49d15b47 X-Archives-Hash: 47a6ff08dac3347f47083bd05e5c921f commit: 640611ad2498cdaf2ee16eb967f252de7260c9e7 Author: Horea Christian chymera eu> AuthorDate: Wed Dec 23 08:37:57 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Wed Dec 23 08:37:57 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=640611ad dev-python/fslpy: updated PYTHON_COMPAT Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Horea Christian chymera.eu> dev-python/fslpy/fslpy-2.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fslpy/fslpy-2.8.4.ebuild b/dev-python/fslpy/fslpy-2.8.4.ebuild index ece0c42a1..572f1aae1 100644 --- a/dev-python/fslpy/fslpy-2.8.4.ebuild +++ b/dev-python/fslpy/fslpy-2.8.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 virtualx