commit: 94291a4cad706c383cfbd05e65640fb8f2245b12 Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org> AuthorDate: Tue Apr 18 16:31:19 2017 +0000 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org> CommitDate: Tue Apr 18 16:31:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94291a4c
dev-python/pudb: add python3_6 support Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/pudb/pudb-2016.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pudb/pudb-2016.2.ebuild b/dev-python/pudb/pudb-2016.2.ebuild index 75c94add072..c9c949ad5a4 100644 --- a/dev-python/pudb/pudb-2016.2.ebuild +++ b/dev-python/pudb/pudb-2016.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1