From: Michał Górny Date: Thu, 16 Jan 2020 05:06:53 +0000 (+0100) Subject: dev-python/gsd: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b3e9aa0c71578411f10fcdfb5402c2e6021188a6;p=gentoo.git dev-python/gsd: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/dev-python/gsd/gsd-1.5.3-r1.ebuild b/dev-python/gsd/gsd-1.5.3-r1.ebuild index eb2e214fb735..f276140a48c2 100644 --- a/dev-python/gsd/gsd-1.5.3-r1.ebuild +++ b/dev-python/gsd/gsd-1.5.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="GSD - file format specification and a library to read and write it"