From: Michał Górny Date: Thu, 6 Feb 2020 06:10:30 +0000 (+0100) Subject: dev-python/sphinx-notfound-page: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f78c5393be3129069b894fae3e59fa506da4aecf;p=gentoo.git dev-python/sphinx-notfound-page: Remove py2 Signed-off-by: Michał Górny --- 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 17f901e5a1d1..8cf4036c3918 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."