diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-15 06:37:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-15 08:20:15 +0100 |
commit | 353f36939b80826ef681e397c845c5ed05a8a98b (patch) | |
tree | 0b0d1e057e8749bd4b696ddf820352425ea3cbb4 /net-misc | |
parent | dev-python/argcomplete: Bump to 1.11.1 (diff) | |
download | gentoo-353f36939b80826ef681e397c845c5ed05a8a98b.tar.gz gentoo-353f36939b80826ef681e397c845c5ed05a8a98b.tar.bz2 gentoo-353f36939b80826ef681e397c845c5ed05a8a98b.zip |
net-misc/gsutil: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gsutil/gsutil-4.41.ebuild | 4 | ||||
-rw-r--r-- | 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 c645f1344db9..3e24aceb624e 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 c645f1344db9..3e24aceb624e 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 |