From: Zac Medico Date: Fri, 10 Mar 2017 09:42:47 +0000 (-0800) Subject: dev-python/pyfltk: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f3b68849011e161f6f317100457463571a8b3e83;p=gentoo.git dev-python/pyfltk: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- 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