Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-bootstrap-theme/
Date: Fri, 10 Mar 2017 10:16:35
Message-Id: 1489140987.e77a35afccbd67eb42519c6ed31c965fb0af1e63.zmedico@gentoo
1 commit: e77a35afccbd67eb42519c6ed31c965fb0af1e63
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 10 10:15:20 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 10 10:16:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77a35af
7
8 dev-python/sphinx-bootstrap-theme: Add python3_6 to PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild
16 index c241c4ea156..375f82fa6cf 100644
17 --- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild
18 +++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.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