commit: 4ea02e63859856b1dba1d900a8dc806fb9705a30
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 17:19:56 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue May 16 02:07:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea02e63
dev-python/u-msgpack: Add python-3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
dev-python/u-msgpack/u-msgpack-2.3.0.ebuild | 4 ++--
1 file 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 2028848cdd7..3c209c324b3 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