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 84C5359CA9 for ; Sat, 26 Mar 2016 02:08:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 054B421C02A; Sat, 26 Mar 2016 02:07:58 +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 4B97221C02A for ; Sat, 26 Mar 2016 02:07:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66D63340BF4 for ; Sat, 26 Mar 2016 02:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF33186E for ; Sat, 26 Mar 2016 02:07:51 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1458957982.1372c035005f4a4463e5db94610f28c8f28baed1.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wsgiproxy2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild X-VCS-Directories: dev-python/wsgiproxy2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 1372c035005f4a4463e5db94610f28c8f28baed1 X-VCS-Branch: master Date: Sat, 26 Mar 2016 02:07:51 +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: 06402329-40ef-4b1c-936c-c4e386ed40f9 X-Archives-Hash: 63cf216ee89debb1a4e135334946a080 commit: 1372c035005f4a4463e5db94610f28c8f28baed1 Author: Matthew Thode gentoo org> AuthorDate: Sat Mar 26 02:06:22 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Mar 26 02:06:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1372c035 dev-python/wsgiproxy2: adding py35 Package-Manager: portage-2.2.26 dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild index fe5a5ec..81505d1 100644 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild +++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1