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 2276B1382C5 for ; Fri, 12 Feb 2021 21:46:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D461E0830; Fri, 12 Feb 2021 21:46: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 53A20E0830 for ; Fri, 12 Feb 2021 21:46:43 +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 48D2A335CA3 for ; Fri, 12 Feb 2021 21:46:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD1AB4C5 for ; Fri, 12 Feb 2021 21:46:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613166388.2ed0af55538aa194cd07ee71819558afad19b243.sam@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/dipy/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/dipy/dipy-9999.ebuild X-VCS-Directories: sci-biology/dipy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ed0af55538aa194cd07ee71819558afad19b243 X-VCS-Branch: master Date: Fri, 12 Feb 2021 21:46:40 +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: 0722ea07-2e57-4d81-b7e6-acd57d5af164 X-Archives-Hash: 6852f5ccf687756b38d6303630ee1051 commit: 2ed0af55538aa194cd07ee71819558afad19b243 Author: Sam James gentoo org> AuthorDate: Fri Feb 12 21:46:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 12 21:46:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2ed0af55 sci-biology/dipy: fix syntax Fixes: c9419e0ec2cbc178aa1df6cfe599808fec40d1c8 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sci-biology/dipy/dipy-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/dipy/dipy-9999.ebuild b/sci-biology/dipy/dipy-9999.ebuild index 634c3ef18..b0a294f64 100644 --- a/sci-biology/dipy/dipy-9999.ebuild +++ b/sci-biology/dipy/dipy-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 git-r3