From: Pacho Ramos Date: Thu, 30 Apr 2020 17:15:35 +0000 (+0200) Subject: dev-python/pyclipper: python2 support not needed by revdeps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e8c293df9c51d1adf6e3d906c4f5a0e8bedb4827;p=gentoo.git dev-python/pyclipper: python2 support not needed by revdeps Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos --- diff --git a/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild b/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild index e01613c52f83..92d5751de091 100644 --- a/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild +++ b/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.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="Cython wrapper for the C++ translation of the Angus Johnson's Clipper library"