From: Michał Górny Date: Thu, 6 Feb 2020 06:05:29 +0000 (+0100) Subject: dev-python/sortedcollections: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=307456faf53a9906e60ed323333bcace78956e43;p=gentoo.git dev-python/sortedcollections: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild index cf93ff3ae9ce..d21830553a57 100644 --- a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild +++ b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1