From 52e7d98cbe3d3d8d172bf65a4d5357fbc8dd3ad4 Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Mon, 13 Mar 2017 19:23:10 +0100 Subject: app-emulation/docker-compose: Add support for python3_5 Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- app-emulation/docker-compose/docker-compose-1.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emulation/docker-compose') 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 -- cgit v1.2.3-65-gdbad