From: Michał Górny Date: Tue, 28 Jan 2020 20:25:15 +0000 (+0100) Subject: sys-block/seekwatcher: Remove py2 from 0.13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f65746960af6d9061cc790ca4f15c9007aa7ec91;p=gentoo.git sys-block/seekwatcher: Remove py2 from 0.13 Signed-off-by: Michał Górny --- diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild b/sys-block/seekwatcher/seekwatcher-0.13.ebuild index 8b69e1eacdb8..9fb2f9625e50 100644 --- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild +++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1