Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpbin/
Date: Fri, 05 May 2017 14:56:32
Message-Id: 1493996173.5296ed8ffd499ad6ac59dcd9407f1850b978e194.mrueg@gentoo
1 commit: 5296ed8ffd499ad6ac59dcd9407f1850b978e194
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 5 14:56:13 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 14:56:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5296ed8f
7
8 dev-python/httpbin: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/httpbin/httpbin-0.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/httpbin/httpbin-0.4.1.ebuild b/dev-python/httpbin/httpbin-0.4.1.ebuild
16 index 1f2c373c29e..a2632b2ab64 100644
17 --- a/dev-python/httpbin/httpbin-0.4.1.ebuild
18 +++ b/dev-python/httpbin/httpbin-0.4.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=5
22
23 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
25
26 inherit distutils-r1