diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:53 +0100 |
commit | da049cd4c621443afe451c7eb0e894ccab46e36c (patch) | |
tree | fac4b3fb97777b52717973fd3470328f180e399e /dev-util/gn | |
parent | dev-qt/qtdeclarative: Remove py2 where possible (diff) | |
download | gentoo-da049cd4c621443afe451c7eb0e894ccab46e36c.tar.gz gentoo-da049cd4c621443afe451c7eb0e894ccab46e36c.tar.bz2 gentoo-da049cd4c621443afe451c7eb0e894ccab46e36c.zip |
dev-util/gn: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/gn')
-rw-r--r-- | dev-util/gn/gn-0.1616.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |