commit: 0275e87b0effb7852980e0fe1d674a1f679f09e7 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Thu May 11 13:32:32 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Thu May 11 13:32:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0275e87b
dev-python/shortuuid: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/shortuuid/shortuuid-0.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild index 78261d56d90..dede6fca801 100644 --- a/dev-python/shortuuid/shortuuid-0.4.3.ebuild +++ b/dev-python/shortuuid/shortuuid-0.4.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1