commit:     52e7d98cbe3d3d8d172bf65a4d5357fbc8dd3ad4
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 18:23:10 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 18:23:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e7d98c

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(-)

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 911a0ad8c0e..8b057609274 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
 

Reply via email to