dev-python/daemonize: add python2_7 support.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 11 Oct 2018 21:37:29 +0000 (23:37 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 11 Oct 2018 21:39:29 +0000 (23:39 +0200)
Closes: https://bugs.gentoo.org/667658
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

dev-python/daemonize/daemonize-2.4.7.ebuild

index e186dc2bcd22facccaac64d56a423b5373beb6c7..8a120a67f65c9c34470b0fa3fcc4cb6f2a204a3c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
 
 inherit distutils-r1