From: Patrice Clement Date: Thu, 11 Oct 2018 21:37:29 +0000 (+0200) Subject: dev-python/daemonize: add python2_7 support. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a2c00584615e69c3d3a06ad4bb0517605b481992;p=gentoo.git dev-python/daemonize: add python2_7 support. Closes: https://bugs.gentoo.org/667658 Signed-off-by: Patrice Clement Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/dev-python/daemonize/daemonize-2.4.7.ebuild b/dev-python/daemonize/daemonize-2.4.7.ebuild index e186dc2bcd22..8a120a67f65c 100644 --- a/dev-python/daemonize/daemonize-2.4.7.ebuild +++ b/dev-python/daemonize/daemonize-2.4.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1