Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/
Date: Mon, 13 Feb 2017 06:59:11
Message-Id: 1486969140.2942880db2642dc9edca686501822b235cc3acdb.zmedico@gentoo
1 commit: 2942880db2642dc9edca686501822b235cc3acdb
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 06:58:02 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 06:59:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2942880d
7
8 www-servers/uwsgi: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild | 2 +-
13 www-servers/uwsgi/uwsgi-2.0.14-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild
17 index 9863f448e8..ffaf8e931a 100644
18 --- a/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild
19 +++ b/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI="5"
23
24 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
25 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
26 PYTHON_REQ_USE="threads(+)"
27
28 RUBY_OPTIONAL="yes"
29
30 diff --git a/www-servers/uwsgi/uwsgi-2.0.14-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.14-r1.ebuild
31 index 142b8cd0a5..ee13fe7f45 100644
32 --- a/www-servers/uwsgi/uwsgi-2.0.14-r1.ebuild
33 +++ b/www-servers/uwsgi/uwsgi-2.0.14-r1.ebuild
34 @@ -4,7 +4,7 @@
35
36 EAPI="5"
37
38 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
39 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
40 PYTHON_REQ_USE="threads(+)"
41
42 RUBY_OPTIONAL="yes"