diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-10 14:44:39 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-10 14:45:23 -0800 |
commit | 15e6bcb177409744072b12778024e5a8a0b6719c (patch) | |
tree | e9dc76891f2390df09479b67929e59af0b9f05b9 /dev-python/jdcal | |
parent | net-wireless/chirp: bumpy (diff) | |
download | gentoo-15e6bcb177409744072b12778024e5a8a0b6719c.tar.gz gentoo-15e6bcb177409744072b12778024e5a8a0b6719c.tar.bz2 gentoo-15e6bcb177409744072b12778024e5a8a0b6719c.zip |
dev-python/jdcal: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/jdcal')
-rw-r--r-- | dev-python/jdcal/jdcal-1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/jdcal/jdcal-1.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/jdcal/jdcal-1.0.ebuild b/dev-python/jdcal/jdcal-1.0.ebuild index 3c8f569bf97f..8492435ea527 100644 --- a/dev-python/jdcal/jdcal-1.0.ebuild +++ b/dev-python/jdcal/jdcal-1.0.ebuild @@ -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 diff --git a/dev-python/jdcal/jdcal-1.2.ebuild b/dev-python/jdcal/jdcal-1.2.ebuild index 49562afc6466..561f8b8f2c4d 100644 --- a/dev-python/jdcal/jdcal-1.2.ebuild +++ b/dev-python/jdcal/jdcal-1.2.ebuild @@ -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 |