commit: f78c5393be3129069b894fae3e59fa506da4aecf Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 6 06:10:30 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 06:16:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78c5393
dev-python/sphinx-notfound-page: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild index 17f901e5a1d..8cf4036c391 100644 --- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild +++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded."
