From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 570381388C3 for ; Thu, 7 Jan 2016 18:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D6E721C012; Thu, 7 Jan 2016 18:43:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1E3821C012 for ; Thu, 7 Jan 2016 18:43:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE89F3409D7 for ; Thu, 7 Jan 2016 18:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CDE3219 for ; Thu, 7 Jan 2016 18:43:30 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1452192150.720e10c06e00e374bb8832718826611683896af8.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-ssl-match-hostname/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1.ebuild X-VCS-Directories: dev-python/backports-ssl-match-hostname/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 720e10c06e00e374bb8832718826611683896af8 X-VCS-Branch: master Date: Thu, 7 Jan 2016 18:43:30 +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: 995fda49-04d1-41f6-9e0f-e0a5869c4e21 X-Archives-Hash: 87de58af0b758e549db3d30b00823ceb commit: 720e10c06e00e374bb8832718826611683896af8 Author: Patrick Lauer gentoo org> AuthorDate: Thu Jan 7 18:40:22 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Jan 7 18:42:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720e10c0 dev-python/backports-ssl-match-hostname: Add py3 support Package-Manager: portage-2.2.26 .../backports-ssl-match-hostname-3.5.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1.ebuild b/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1.ebuild index 3b8fffd..14196a4 100644 --- a/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1.ebuild +++ b/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1