summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-01-28 20:56:24 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-01-28 20:58:04 -0600
commit306fa1b5d47b79323b4ad84bd431806297b640a6 (patch)
tree42af62a5a606f3ffb07f0d05c67c560f440df30f /app-text/pelican/pelican-4.2.0.ebuild
parentdev-python/feedgenerator: add py37 (diff)
downloadgentoo-306fa1b5d47b79323b4ad84bd431806297b640a6.tar.gz
gentoo-306fa1b5d47b79323b4ad84bd431806297b640a6.tar.bz2
gentoo-306fa1b5d47b79323b4ad84bd431806297b640a6.zip
app-text/pelican: add python3_7
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-text/pelican/pelican-4.2.0.ebuild')
-rw-r--r--app-text/pelican/pelican-4.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/pelican/pelican-4.2.0.ebuild b/app-text/pelican/pelican-4.2.0.ebuild
index 95251b6cc3f5..7fbac241acb9 100644
--- a/app-text/pelican/pelican-4.2.0.ebuild
+++ b/app-text/pelican/pelican-4.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
inherit distutils-r1