dev-python/simplebayes: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 15:53:51 +0000 (17:53 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 15:53:51 +0000 (17:53 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/simplebayes/simplebayes-1.5.7.ebuild

index 1e107ca81429f6ac191e7cdd80d6772f73bec79f..b7c3fc7c6d228ac1a2e3107f1736b316cd151ff0 100644 (file)
@@ -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,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1