commit: 353f36939b80826ef681e397c845c5ed05a8a98b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jan 15 05:37:26 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jan 15 07:20:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353f3693
net-misc/gsutil: Remove Python 2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-misc/gsutil/gsutil-4.41.ebuild | 4 ++-- net-misc/gsutil/gsutil-4.45.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/gsutil/gsutil-4.41.ebuild b/net-misc/gsutil/gsutil-4.41.ebuild index c645f1344db..3e24aceb624 100644 --- a/net-misc/gsutil/gsutil-4.41.ebuild +++ b/net-misc/gsutil/gsutil-4.41.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/net-misc/gsutil/gsutil-4.45.ebuild b/net-misc/gsutil/gsutil-4.45.ebuild index c645f1344db..3e24aceb624 100644 --- a/net-misc/gsutil/gsutil-4.45.ebuild +++ b/net-misc/gsutil/gsutil-4.45.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1
