From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1155163-garchives=archives.gentoo.org@lists.gentoo.org> 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 45BDC138350 for <garchives@archives.gentoo.org>; Tue, 24 Mar 2020 23:10:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 890A3E08AE; Tue, 24 Mar 2020 23:10:43 +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 6D14CE08AE for <gentoo-commits@lists.gentoo.org>; Tue, 24 Mar 2020 23:10:43 +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 0E4F234F3D0 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Mar 2020 23:10:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 378AE150 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Mar 2020 23:10:40 +0000 (UTC) From: "Horea Christian" <horea.christ@gmail.com> 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" <horea.christ@gmail.com> Message-ID: <1585091426.8410e53efaf5abfe3c225db30807e1f69b831fe9.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/fsleyes-props/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild X-VCS-Directories: sci-visualization/fsleyes-props/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 8410e53efaf5abfe3c225db30807e1f69b831fe9 X-VCS-Branch: master Date: Tue, 24 Mar 2020 23:10:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a33f115f-3825-4856-8284-0bc5bb64351e X-Archives-Hash: d3de1e3f36dd58802da4d55e71917349 commit: 8410e53efaf5abfe3c225db30807e1f69b831fe9 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Tue Mar 24 23:10:26 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Tue Mar 24 23:10:26 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8410e53e sci-visualization/fsleyes-props: PYTHON_COMPAT 3_7 Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Horea Christian <chr <AT> chymera.eu> sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild b/sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild index 8407e9d20..2e80199ec 100644 --- a/sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild +++ b/sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 virtualx