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 C60C11382C5 for ; Fri, 12 Feb 2021 21:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B845E079E; Fri, 12 Feb 2021 21:46:43 +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 E9A27E079E for ; Fri, 12 Feb 2021 21:46:42 +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 24026335C9F 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 C9D3A495 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: <1613166372.49dc908a2f1b9c34eb90d07320bac5ac80963e54.sam@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/nilearn/nilearn-9999.ebuild X-VCS-Directories: sci-biology/nilearn/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 49dc908a2f1b9c34eb90d07320bac5ac80963e54 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: 4b564232-eef2-48e0-b307-12b4f00a781a X-Archives-Hash: f636f2fc75b20d1f097d872d61af96f4 commit: 49dc908a2f1b9c34eb90d07320bac5ac80963e54 Author: Sam James gentoo org> AuthorDate: Fri Feb 12 21:46:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 12 21:46:12 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=49dc908a sci-biology/nilearn: fix syntax Fixes: c9419e0ec2cbc178aa1df6cfe599808fec40d1c8 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sci-biology/nilearn/nilearn-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/nilearn/nilearn-9999.ebuild b/sci-biology/nilearn/nilearn-9999.ebuild index 88971992b..567927a2c 100644 --- a/sci-biology/nilearn/nilearn-9999.ebuild +++ b/sci-biology/nilearn/nilearn-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 git-r3