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 D1853138334 for ; Fri, 27 Jul 2018 15:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6C9EE07A9; Fri, 27 Jul 2018 15:42:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 773B0E07A9 for ; Fri, 27 Jul 2018 15:42:22 +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 EBD33335CCA for ; Fri, 27 Jul 2018 15:42:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA44538A for ; Fri, 27 Jul 2018 15:42:17 +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: <1532706131.ffcf3f19e5ef9de19fe41eb1ee1e759091c4f8da.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nibabel/nibabel-2.1.0.ebuild X-VCS-Directories: sci-libs/nibabel/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: ffcf3f19e5ef9de19fe41eb1ee1e759091c4f8da X-VCS-Branch: master Date: Fri, 27 Jul 2018 15:42:17 +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-Archives-Salt: ca6adba8-a423-4968-92c1-023f03235609 X-Archives-Hash: 91d47fbf278e717ad025b2631595af14 commit: ffcf3f19e5ef9de19fe41eb1ee1e759091c4f8da Author: Horea Christian yandex com> AuthorDate: Fri Jul 27 15:42:11 2018 +0000 Commit: Horea Christian gmail com> CommitDate: Fri Jul 27 15:42:11 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ffcf3f19 sci-libs/nibabel: EAPI and PYTHON_COMPAT bump Package-Manager: Portage-2.3.43, Repoman-2.3.10 sci-libs/nibabel/nibabel-2.1.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/nibabel/nibabel-2.1.0.ebuild b/sci-libs/nibabel/nibabel-2.1.0.ebuild index 71dc0fff3..d25151e1a 100644 --- a/sci-libs/nibabel/nibabel-2.1.0.ebuild +++ b/sci-libs/nibabel/nibabel-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1