commit: c7308cac154ce673ab5f084b5603a619bdef6744
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 10:38:26 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 28 10:38:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7308cac
dev-python/libasyncns-python: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild | 4 ++--
1 file 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 f7fb2908f43..1b8e56d0025 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