commit: 5d615f40f487874051205ccf82c1d56108e94407 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 19:37:29 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 19:47:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d615f40
dev-python/daemonize: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/daemonize/daemonize-2.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/daemonize/daemonize-2.5.0.ebuild b/dev-python/daemonize/daemonize-2.5.0.ebuild index ac079e318e8..1d2f4adefbf 100644 --- a/dev-python/daemonize/daemonize-2.5.0.ebuild +++ b/dev-python/daemonize/daemonize-2.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1
