From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15DFF139696 for ; Wed, 26 Apr 2017 15:26:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47CE6E0CFD; Wed, 26 Apr 2017 15:26:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DA23E038D for ; Wed, 26 Apr 2017 15:26:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AF6E341689 for ; Wed, 26 Apr 2017 15:26:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EDA22494 for ; Wed, 26 Apr 2017 15:26:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1493220387.b9541fd3602bf5d196e614b9b10a314bda5b5234.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydns/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydns/pydns-3.1.1.ebuild X-VCS-Directories: dev-python/pydns/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b9541fd3602bf5d196e614b9b10a314bda5b5234 X-VCS-Branch: master Date: Wed, 26 Apr 2017 15:26:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 13bcd783-b1be-47de-b102-95912a0b4ee6 X-Archives-Hash: 5458f4fa54966d73fe5172e1622c5a16 commit: b9541fd3602bf5d196e614b9b10a314bda5b5234 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 26 14:15:44 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 26 15:26:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9541fd3 dev-python/pydns: Tested on py3.6 dev-python/pydns/pydns-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydns/pydns-3.1.1.ebuild b/dev-python/pydns/pydns-3.1.1.ebuild index 749be4f0fa2..f25c0690ba8 100644 --- a/dev-python/pydns/pydns-3.1.1.ebuild +++ b/dev-python/pydns/pydns-3.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5} pypy3 ) +PYTHON_COMPAT=( python3_{4,5,6} pypy3 ) inherit distutils-r1