sci-astronomy/pyephem: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 19:40:49 +0000 (21:40 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 19:50:55 +0000 (21:50 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild

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