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 9EC08138359 for ; Fri, 8 May 2020 05:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7E09E0828; Fri, 8 May 2020 05:09:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 65EC5E0828 for ; Fri, 8 May 2020 05:09:27 +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 E6CC434F258 for ; Fri, 8 May 2020 05:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39A5E219 for ; Fri, 8 May 2020 05:09:24 +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: <1588914421.44f1e176100adf8de5b8dcb9c460f23f2d70b3f6.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pybids/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pybids/pybids-0.6.5.ebuild X-VCS-Directories: sci-libs/pybids/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 44f1e176100adf8de5b8dcb9c460f23f2d70b3f6 X-VCS-Branch: master Date: Fri, 8 May 2020 05:09:24 +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: 61995a9c-9cf9-4138-9e0f-de3c4ebbf77c X-Archives-Hash: e2f5204f86939b27e2676b06241e9fb0 commit: 44f1e176100adf8de5b8dcb9c460f23f2d70b3f6 Author: Horea Christian chymera eu> AuthorDate: Fri May 8 05:07:01 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Fri May 8 05:07:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=44f1e176 sci-libs/pybids: updated PYTHON_COMPAT Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Horea Christian chymera.eu> sci-libs/pybids/pybids-0.6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/pybids/pybids-0.6.5.ebuild b/sci-libs/pybids/pybids-0.6.5.ebuild index 1a3e5aa5f..4aec991e7 100644 --- a/sci-libs/pybids/pybids-0.6.5.ebuild +++ b/sci-libs/pybids/pybids-0.6.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1