app-portage/g-sorcery: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
Pacho Ramos
2018-06-27 19:53:44 +02:00
parent 71d25e5514
commit e527292db8
2 changed files with 2 additions and 2 deletions

View File

@@ -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 prefix

View File

@@ -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 git-r3