app-portage/g-sorcery: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 17:53:44 +0000 (19:53 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 19:28:58 +0000 (21:28 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild
app-portage/g-sorcery/g-sorcery-9999.ebuild

index f8f6b62d4bb44f410d0c265456555c2892a163a3..0837fefd493235a864e28f50bed4241aec193045 100644 (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
 
index 8b59511a4f4da2c34e520e347ca6c5ccd8f20360..8425f5282fcc230284ab0bae5a470373922a4fa3 100644 (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