dev-python/pyfltk: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 09:42:47 +0000 (01:42 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 09:42:47 +0000 (01:42 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/pyfltk/pyfltk-1.3.3.ebuild

index c51e6e5e86af623a972a9fb963a94b599c9cbae8..c668e224574869e2898823d425fd61a17752892a 100644 (file)
@@ -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