diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-26 16:18:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-26 17:26:29 +0200 |
commit | 95b8fc31aa30bbdbab5c70293e158b7cbdf0429c (patch) | |
tree | f14d574554cc44e3e6938297faff0688a5fedc65 /dev-python/pyspf | |
parent | dev-python/pydns: Tested on py3.6 (diff) | |
download | gentoo-95b8fc31aa30bbdbab5c70293e158b7cbdf0429c.tar.gz gentoo-95b8fc31aa30bbdbab5c70293e158b7cbdf0429c.tar.bz2 gentoo-95b8fc31aa30bbdbab5c70293e158b7cbdf0429c.zip |
dev-python/pyspf: Tested on py3.5 & py3.6
Diffstat (limited to 'dev-python/pyspf')
-rw-r--r-- | dev-python/pyspf/pyspf-2.0.12.ebuild | 4 |
1 files 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 7c6e13292c35..98ead590823a 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 |