commit: 0463f6cf9aa5882ce130b9dae293608b5008c30e
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 13:46:38 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu May 11 13:46:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0463f6cf
app-emulation/docker-compose: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-emulation/docker-compose/docker-compose-1.13.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/docker-compose/docker-compose-1.13.0.ebuild
b/app-emulation/docker-compose/docker-compose-1.13.0.ebuild
index 55f1c9c5eb9..61896795340 100644
--- a/app-emulation/docker-compose/docker-compose-1.13.0.ebuild
+++ b/app-emulation/docker-compose/docker-compose-1.13.0.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,3_5,3_6} )
inherit bash-completion-r1 distutils-r1 vcs-snapshot