From: Michał Górny Date: Mon, 10 Feb 2020 13:04:52 +0000 (+0100) Subject: dev-util/gn: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=da049cd4c621443afe451c7eb0e894ccab46e36c;p=gentoo.git dev-util/gn: Remove py2 where possible Signed-off-by: Michał Górny --- diff --git a/dev-util/gn/gn-0.1616.ebuild b/dev-util/gn/gn-0.1616.ebuild index 701ddaca2fa5..4f6815837be9 100644 --- a/dev-util/gn/gn-0.1616.ebuild +++ b/dev-util/gn/gn-0.1616.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit ninja-utils python-any-r1 toolchain-funcs