Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/
Date: Sun, 06 Dec 2015 14:22:21
Message-Id: 1449411717.2013357de9229b5ced3d045c898356957d9bd0ca.mgorny@gentoo
1 commit: 2013357de9229b5ced3d045c898356957d9bd0ca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 6 14:21:57 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 6 14:21:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2013357d
7
8 www-servers/uwsgi: Re-enable py3.3, requested by angry_vincent
9
10 Package-Manager: portage-2.2.26
11
12 www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
16 index 815a260..dca76d8 100644
17 --- a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
18 +++ b/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI="5"
22
23 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
24 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
25 PYTHON_REQ_USE="threads(+)"
26
27 RUBY_OPTIONAL="yes"