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 AC054139694 for ; Wed, 14 Jun 2017 13:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6D1FE0BE0; Wed, 14 Jun 2017 13:55:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A3B66E0BE0 for ; Wed, 14 Jun 2017 13:55:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 435C4341795 for ; Wed, 14 Jun 2017 13:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D73177465 for ; Wed, 14 Jun 2017 13:55:25 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1497448515.6b297549fc176621e80aeb7326d65485b297f67e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild X-VCS-Directories: www-apache/mod_wsgi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6b297549fc176621e80aeb7326d65485b297f67e X-VCS-Branch: master Date: Wed, 14 Jun 2017 13:55:25 +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: aa6b4dfb-b5ba-480c-ad4e-ed078796d20a X-Archives-Hash: 1423bb76c5ebd68232a0358366ad3b88 commit: 6b297549fc176621e80aeb7326d65485b297f67e Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 14 13:55:15 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jun 14 13:55:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b297549 www-apache/mod_wsgi: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild index f20f8e4827f..f8f7699fa8b 100644 --- a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild +++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} ) PYTHON_REQ_USE="threads" inherit apache-module eutils python-single-r1