From e26f56b682b0c1958c3f2dab6a182b7ab3650b63 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 29 May 2017 14:51:25 +0200 Subject: [PATCH] dev-python/natgrid: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-python/natgrid/natgrid-0.2.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/natgrid/natgrid-0.2.1-r2.ebuild b/dev-python/natgrid/natgrid-0.2.1-r2.ebuild index 9136decbf5881..52464d9027dd0 100644 --- a/dev-python/natgrid/natgrid-0.2.1-r2.ebuild +++ b/dev-python/natgrid/natgrid-0.2.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1