commit: 21a03d3e634c9c69a4129d53dbf8fdd2143cbfe3
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 02:17:16 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 02:18:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a03d3e
dev-python/dnspython: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/dnspython/dnspython-1.12.0-r300.ebuild | 4 ++--
dev-python/dnspython/dnspython-1.12.0-r301.ebuild | 2 +-
dev-python/dnspython/dnspython-1.15.0.ebuild | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/dnspython/dnspython-1.12.0-r300.ebuild
b/dev-python/dnspython/dnspython-1.12.0-r300.ebuild
index cf942f72588..94c410b6eaa 100644
--- a/dev-python/dnspython/dnspython-1.12.0-r300.ebuild
+++ b/dev-python/dnspython/dnspython-1.12.0-r300.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1
diff --git a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
index 910993e7387..94c410b6eaa 100644
--- a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
+++ b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1
diff --git a/dev-python/dnspython/dnspython-1.15.0.ebuild
b/dev-python/dnspython/dnspython-1.15.0.ebuild
index decbd18703a..02efe94a6f1 100644
--- a/dev-python/dnspython/dnspython-1.15.0.ebuild
+++ b/dev-python/dnspython/dnspython-1.15.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1