From: Manuel RĂ¼ger Date: Mon, 13 Mar 2017 18:23:10 +0000 (+0100) Subject: app-emulation/docker-compose: Add support for python3_5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=52e7d98cbe3d3d8d172bf65a4d5357fbc8dd3ad4;p=gentoo.git app-emulation/docker-compose: Add support for python3_5 Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/app-emulation/docker-compose/docker-compose-1.11.2.ebuild b/app-emulation/docker-compose/docker-compose-1.11.2.ebuild index 911a0ad8c0e6..8b0576092741 100644 --- a/app-emulation/docker-compose/docker-compose-1.11.2.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.11.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} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit bash-completion-r1 distutils-r1 vcs-snapshot