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 7A1021384B4 for ; Sun, 6 Dec 2015 14:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C96C21C011; Sun, 6 Dec 2015 14:22:16 +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 2E87821C011 for ; Sun, 6 Dec 2015 14:22:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8BCC3407E6 for ; Sun, 6 Dec 2015 14:22:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32145A4B for ; Sun, 6 Dec 2015 14:22:11 +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: <1449411717.2013357de9229b5ced3d045c898356957d9bd0ca.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild X-VCS-Directories: www-servers/uwsgi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2013357de9229b5ced3d045c898356957d9bd0ca X-VCS-Branch: master Date: Sun, 6 Dec 2015 14:22:11 +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: c4774661-09f8-42d0-b89f-ea7e7bbc019a X-Archives-Hash: e208a08c68e25f3f37a00ad108a447e1 commit: 2013357de9229b5ced3d045c898356957d9bd0ca Author: Michał Górny gentoo org> AuthorDate: Sun Dec 6 14:21:57 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 6 14:21:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2013357d www-servers/uwsgi: Re-enable py3.3, requested by angry_vincent Package-Manager: portage-2.2.26 www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild index 815a260..dca76d8 100644 --- a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) PYTHON_REQ_USE="threads(+)" RUBY_OPTIONAL="yes"