diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-05-10 20:16:52 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-05-10 20:16:52 -0700 |
commit | dc3b3b7828397b06a5bfe7be0703d841c1ec08a3 (patch) | |
tree | 0966c495e37d2d87c5ea07b708612ebd877ae2f0 /dev-python/pyhamcrest | |
parent | net-fs/s3ql: Add python3.6 to PYTHON_COMPAT (diff) | |
download | gentoo-dc3b3b7828397b06a5bfe7be0703d841c1ec08a3.tar.gz gentoo-dc3b3b7828397b06a5bfe7be0703d841c1ec08a3.tar.bz2 gentoo-dc3b3b7828397b06a5bfe7be0703d841c1ec08a3.zip |
dev-python/pyhamcrest: Add python3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pyhamcrest')
-rw-r--r-- | dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild index fdbe1eb1b691..b8007ad5a05f 100644 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild @@ -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=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |