commit: 9bc639d6713435b34e21a5151ae2cca15fa7f12b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 2 09:08:45 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 2 09:14:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc639d6
dev-python/python-editor: Remove py2.7 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-editor/python-editor-1.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-editor/python-editor-1.0.4.ebuild b/dev-python/python-editor/python-editor-1.0.4.ebuild index f1f26e7feea..a0cfe0c0d02 100644 --- a/dev-python/python-editor/python-editor-1.0.4.ebuild +++ b/dev-python/python-editor/python-editor-1.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Programmatically open an editor, capture the result."