diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-04-10 10:19:56 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-05-15 19:07:11 -0700 |
commit | 4ea02e63859856b1dba1d900a8dc806fb9705a30 (patch) | |
tree | a7f6b7f9ecd21e8b71b1ce3f5cb17ac9d1d5013c /dev-python/u-msgpack | |
parent | dev-python/pyqrcode: Add python-3.6 to PYTHON_COMPAT (diff) | |
download | gentoo-4ea02e63859856b1dba1d900a8dc806fb9705a30.tar.gz gentoo-4ea02e63859856b1dba1d900a8dc806fb9705a30.tar.bz2 gentoo-4ea02e63859856b1dba1d900a8dc806fb9705a30.zip |
dev-python/u-msgpack: Add python-3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
Diffstat (limited to 'dev-python/u-msgpack')
-rw-r--r-- | dev-python/u-msgpack/u-msgpack-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/u-msgpack/u-msgpack-2.3.0.ebuild b/dev-python/u-msgpack/u-msgpack-2.3.0.ebuild index 2028848cdd7f..3c209c324b35 100644 --- a/dev-python/u-msgpack/u-msgpack-2.3.0.ebuild +++ b/dev-python/u-msgpack/u-msgpack-2.3.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} pypy) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) inherit distutils-r1 |