diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-10 01:42:47 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-10 01:42:47 -0800 |
commit | f3b68849011e161f6f317100457463571a8b3e83 (patch) | |
tree | 67298c92ce1d12b22076e3f25773a77019b3a1e1 /dev-python/pyfltk | |
parent | dev-python/pycairo: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-f3b68849011e161f6f317100457463571a8b3e83.tar.gz gentoo-f3b68849011e161f6f317100457463571a8b3e83.tar.bz2 gentoo-f3b68849011e161f6f317100457463571a8b3e83.zip |
dev-python/pyfltk: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/pyfltk')
-rw-r--r-- | dev-python/pyfltk/pyfltk-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyfltk/pyfltk-1.3.3.ebuild b/dev-python/pyfltk/pyfltk-1.3.3.ebuild index c51e6e5e86af..c668e2245748 100644 --- a/dev-python/pyfltk/pyfltk-1.3.3.ebuild +++ b/dev-python/pyfltk/pyfltk-1.3.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # FIXME: MakeSwig.py execution should be made work from pyfltk-1.1.5.ebuild EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 flag-o-matic |