diff options
Diffstat (limited to 'app-admin/google-compute-engine/google-compute-engine-20191210.ebuild')
-rw-r--r-- | app-admin/google-compute-engine/google-compute-engine-20191210.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/google-compute-engine/google-compute-engine-20191210.ebuild b/app-admin/google-compute-engine/google-compute-engine-20191210.ebuild index b4ecf2b..46cbb1b 100644 --- a/app-admin/google-compute-engine/google-compute-engine-20191210.ebuild +++ b/app-admin/google-compute-engine/google-compute-engine-20191210.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..9} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 systemd |