From: Michał Górny Date: Wed, 5 Feb 2020 20:21:50 +0000 (+0100) Subject: dev-python/python-linux-procfs: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=80d527e4d0f75d4a466820f36b21eae5b956f7d4;p=gentoo.git dev-python/python-linux-procfs: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/python-linux-procfs/python-linux-procfs-0.6.1.ebuild b/dev-python/python-linux-procfs/python-linux-procfs-0.6.1.ebuild index d26695838457..c0a906f2109d 100644 --- a/dev-python/python-linux-procfs/python-linux-procfs-0.6.1.ebuild +++ b/dev-python/python-linux-procfs/python-linux-procfs-0.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1