From: Zac Medico Date: Mon, 27 Feb 2017 05:37:38 +0000 (-0800) Subject: dev-python/prettytable: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f785cc94584868cc83957f3f4154066b2d4d17b;p=gentoo.git dev-python/prettytable: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/prettytable/prettytable-0.7.2.ebuild b/dev-python/prettytable/prettytable-0.7.2.ebuild index 303ca5339e8e..81aaa7f45b3c 100644 --- a/dev-python/prettytable/prettytable-0.7.2.ebuild +++ b/dev-python/prettytable/prettytable-0.7.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1