From: Matthew Thode Date: Thu, 31 Oct 2019 21:27:01 +0000 (-0500) Subject: dev-python/kombu: readdy py27 to 4.6.3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=08952713c112243dc6c452a5073df6fe45b1b98f;p=gentoo.git dev-python/kombu: readdy py27 to 4.6.3 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode --- diff --git a/dev-python/kombu/kombu-4.6.3.ebuild b/dev-python/kombu/kombu-4.6.3.ebuild index 24fd55a80594..95e550c88780 100644 --- a/dev-python/kombu/kombu-4.6.3.ebuild +++ b/dev-python/kombu/kombu-4.6.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1