diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-28 12:38:26 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-28 12:38:26 +0200 |
commit | c7308cac154ce673ab5f084b5603a619bdef6744 (patch) | |
tree | a68568221d8b8fea96d4b6e026afc9e4ddc1bbb5 /dev-python/libasyncns-python | |
parent | dev-python/jenkins-autojobs: Support newer python (diff) | |
download | gentoo-c7308cac154ce673ab5f084b5603a619bdef6744.tar.gz gentoo-c7308cac154ce673ab5f084b5603a619bdef6744.tar.bz2 gentoo-c7308cac154ce673ab5f084b5603a619bdef6744.zip |
dev-python/libasyncns-python: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/libasyncns-python')
-rw-r--r-- | dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild b/dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild index f7fb2908f436..1b8e56d00254 100644 --- a/dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild +++ b/dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild @@ -1,8 +1,8 @@ -# 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} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 |