From 95b8fc31aa30bbdbab5c70293e158b7cbdf0429c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 26 Apr 2017 16:18:17 +0200 Subject: [PATCH] dev-python/pyspf: Tested on py3.5 & py3.6 --- dev-python/pyspf/pyspf-2.0.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyspf/pyspf-2.0.12.ebuild b/dev-python/pyspf/pyspf-2.0.12.ebuild index 7c6e13292c35b..98ead590823aa 100644 --- a/dev-python/pyspf/pyspf-2.0.12.ebuild +++ b/dev-python/pyspf/pyspf-2.0.12.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=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE="ipv6?" inherit distutils-r1