dev-python/cvxopt: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 19:57:33 +0000 (21:57 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 20:28:52 +0000 (22:28 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/cvxopt/cvxopt-1.1.9.ebuild

index 34b3f873e26ee136649fc961c7535eaf3c9d9587..500e9f0faed1b951d00babc7e3d4b0da1eae92d3 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 toolchain-funcs