Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydns/
Date: Wed, 26 Apr 2017 15:26:44
Message-Id: 1493220387.b9541fd3602bf5d196e614b9b10a314bda5b5234.mgorny@gentoo
1 commit: b9541fd3602bf5d196e614b9b10a314bda5b5234
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 14:15:44 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 15:26:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9541fd3
7
8 dev-python/pydns: Tested on py3.6
9
10 dev-python/pydns/pydns-3.1.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pydns/pydns-3.1.1.ebuild b/dev-python/pydns/pydns-3.1.1.ebuild
14 index 749be4f0fa2..f25c0690ba8 100644
15 --- a/dev-python/pydns/pydns-3.1.1.ebuild
16 +++ b/dev-python/pydns/pydns-3.1.1.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=6
21 -PYTHON_COMPAT=( python3_{4,5} pypy3 )
22 +PYTHON_COMPAT=( python3_{4,5,6} pypy3 )
23
24 inherit distutils-r1