diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-12 23:55:46 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 23:56:58 -0800 |
commit | bdbedc7a1882d0c5eea28cc3672c9a55ee888782 (patch) | |
tree | b3b283ff6bc270ba69d5945c2fc30adf533ffe40 /dev-python/flask/flask-9999.ebuild | |
parent | app-emulation/qemu: update live-ebuild (diff) | |
download | gentoo-bdbedc7a1882d0c5eea28cc3672c9a55ee888782.tar.gz gentoo-bdbedc7a1882d0c5eea28cc3672c9a55ee888782.tar.bz2 gentoo-bdbedc7a1882d0c5eea28cc3672c9a55ee888782.zip |
dev-python/flask: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/flask/flask-9999.ebuild')
-rw-r--r-- | dev-python/flask/flask-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask/flask-9999.ebuild b/dev-python/flask/flask-9999.ebuild index dc0f5f49a892..be2a2bca8966 100644 --- a/dev-python/flask/flask-9999.ebuild +++ b/dev-python/flask/flask-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 git-2 |