diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-10 14:48:05 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-10 14:48:05 -0800 |
commit | ba94c643abc5e24315cccdb9bd5d9653f2652137 (patch) | |
tree | e41bfea2be67a1104b6c22ed501c4dddf9cbc024 /dev-python/et_xmlfile | |
parent | dev-python/jdcal: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-ba94c643abc5e24315cccdb9bd5d9653f2652137.tar.gz gentoo-ba94c643abc5e24315cccdb9bd5d9653f2652137.tar.bz2 gentoo-ba94c643abc5e24315cccdb9bd5d9653f2652137.zip |
dev-python/et_xmlfile: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/et_xmlfile')
-rw-r--r-- | dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild index c36f7eb18da1..b2589278828f 100644 --- a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild +++ b/dev-python/et_xmlfile/et_xmlfile-1.0.1.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} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |