dev-python/jdcal: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 22:44:39 +0000 (14:44 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 22:45:23 +0000 (14:45 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/jdcal/jdcal-1.0.ebuild
dev-python/jdcal/jdcal-1.2.ebuild

index 3c8f569bf97fc8935b86e630f9a73b6dd7cbbf8d..8492435ea5274e50faa070a48e0a31b32a60ce6d 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 
index 49562afc6466e0dd0bebcf631883ad9437af8fb6..561f8b8f2c4d7308c4e42049f8c9f2a5ebfc5500 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1