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 5B56559CA9 for ; Mon, 28 Mar 2016 13:16:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE19CE083B; Mon, 28 Mar 2016 13:16:53 +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 28524E083B for ; Mon, 28 Mar 2016 13:16:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 563DE340B10 for ; Mon, 28 Mar 2016 13:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 475B986E for ; Mon, 28 Mar 2016 13:16:49 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1459170997.fe07826dfd3235ecf9b869062bf9e7b5a490712d.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/gunicorn/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/gunicorn/gunicorn-19.4.5.ebuild X-VCS-Directories: www-servers/gunicorn/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: fe07826dfd3235ecf9b869062bf9e7b5a490712d X-VCS-Branch: master Date: Mon, 28 Mar 2016 13:16:49 +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: 98798ae6-0b51-4fbd-b554-6128767605fb X-Archives-Hash: aa8b9f26641dd9e055649d64fbf40763 commit: fe07826dfd3235ecf9b869062bf9e7b5a490712d Author: Ming Dai gmail com> AuthorDate: Mon Mar 28 08:53:54 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Mar 28 13:16:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe07826d www-servers/gunicorn: add Python 3.5 support Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1152 www-servers/gunicorn/gunicorn-19.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/gunicorn/gunicorn-19.4.5.ebuild b/www-servers/gunicorn/gunicorn-19.4.5.ebuild index 36e8096..ec7f673 100644 --- a/www-servers/gunicorn/gunicorn-19.4.5.ebuild +++ b/www-servers/gunicorn/gunicorn-19.4.5.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1