summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 17:50:38 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 18:21:07 +0200
commit42e0d37da537649396d91106aba1fa9cae4f8f1e (patch)
tree90a9b20d26c86226450da1eb374269105450a665 /app-text/pelican
parentdev-python/feedgenerator: Support python 3.6 (diff)
downloadgentoo-42e0d37da537649396d91106aba1fa9cae4f8f1e.tar.gz
gentoo-42e0d37da537649396d91106aba1fa9cae4f8f1e.tar.bz2
gentoo-42e0d37da537649396d91106aba1fa9cae4f8f1e.zip
app-text/pelican: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-text/pelican')
-rw-r--r--app-text/pelican/pelican-3.7.1.ebuild2
-rw-r--r--app-text/pelican/pelican-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pelican/pelican-3.7.1.ebuild b/app-text/pelican/pelican-3.7.1.ebuild
index a2d838d99469..05cd5154c7e3 100644
--- a/app-text/pelican/pelican-3.7.1.ebuild
+++ b/app-text/pelican/pelican-3.7.1.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,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
diff --git a/app-text/pelican/pelican-9999.ebuild b/app-text/pelican/pelican-9999.ebuild
index 2e5e1b867c25..e2ca3d7b95b5 100644
--- a/app-text/pelican/pelican-9999.ebuild
+++ b/app-text/pelican/pelican-9999.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,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1 git-r3