commit: c807eafef079b2364feae04397f69fa09ac31a45 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 13:39:05 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 13:42:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c807eafe
dev-python/capturer: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/capturer/capturer-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/capturer/capturer-2.3.ebuild b/dev-python/capturer/capturer-2.3.ebuild index 31a964c7bfe..45eb0e66371 100644 --- a/dev-python/capturer/capturer-2.3.ebuild +++ b/dev-python/capturer/capturer-2.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1
