diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-17 10:08:31 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-17 10:13:04 -0700 |
commit | c1d7f27adef97b2eaeca31d5dd7b6f9e7e5775e1 (patch) | |
tree | e01580d7038c8b5afab405981002e2fbdc56aacd /dev-python | |
parent | net-dns/libidn2: Really stable now for amd64/sparc/x86 wrt bug #612376 (diff) | |
download | gentoo-c1d7f27adef97b2eaeca31d5dd7b6f9e7e5775e1.tar.gz gentoo-c1d7f27adef97b2eaeca31d5dd7b6f9e7e5775e1.tar.bz2 gentoo-c1d7f27adef97b2eaeca31d5dd7b6f9e7e5775e1.zip |
dev-python/flower: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/flower/flower-0.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flower/flower-0.9.1.ebuild b/dev-python/flower/flower-0.9.1.ebuild index 595f119c5f79..c5b5750941fd 100644 --- a/dev-python/flower/flower-0.9.1.ebuild +++ b/dev-python/flower/flower-0.9.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 systemd user |