app-text/pelican: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 15:50:38 +0000 (17:50 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:21:07 +0000 (18:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-text/pelican/pelican-3.7.1.ebuild
app-text/pelican/pelican-9999.ebuild

index a2d838d994695d7d924356910e6a71950238c3c0..05cd5154c7e348248fc5e8ab2cce5da2cab32a7f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 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
 
index 2e5e1b867c25c7deea7596c66522bcbfc3094115..e2ca3d7b95b5f8946191c081591563f4eb8249b0 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 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