summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-05-29 12:24:45 +0200
committerPacho Ramos <pacho@gentoo.org>2017-05-29 18:31:40 +0200
commit67474a9b30c46823c22322d66d2ff9f38e338d15 (patch)
treefada494c14ca91256de87a56bb280756db52c02b /dev-python
parentdev-python/mimerender: Support newer python (diff)
downloadgentoo-67474a9b30c46823c22322d66d2ff9f38e338d15.tar.gz
gentoo-67474a9b30c46823c22322d66d2ff9f38e338d15.tar.bz2
gentoo-67474a9b30c46823c22322d66d2ff9f38e338d15.zip
dev-python/flask-themes: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild b/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild
index a6592f092215..c1d538f3f5ac 100644
--- a/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild
+++ b/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1