From: Michał Górny Date: Sun, 12 Jan 2020 10:35:16 +0000 (+0100) Subject: app-emulation/glean: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9cb86c53919b529cc5f2fcf55badde542f74d3e5;p=gentoo.git app-emulation/glean: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/app-emulation/glean/glean-1.10.3.ebuild b/app-emulation/glean/glean-1.10.3.ebuild index 02386303f869..db1ffac942b3 100644 --- a/app-emulation/glean/glean-1.10.3.ebuild +++ b/app-emulation/glean/glean-1.10.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1