diff options
author | David Seifert <soap@gentoo.org> | 2022-01-28 16:24:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-28 16:24:29 +0100 |
commit | 2ca3a26e333068ab06581c81f3a2b12fe2253784 (patch) | |
tree | 6344be2f3abd1b713adc19197be45dba5901449f /dev-python/glooey | |
parent | app-admin/keepassxc: Minor ebuild adjustments (diff) | |
download | gentoo-2ca3a26e333068ab06581c81f3a2b12fe2253784.tar.gz gentoo-2ca3a26e333068ab06581c81f3a2b12fe2253784.tar.bz2 gentoo-2ca3a26e333068ab06581c81f3a2b12fe2253784.zip |
dev-python/*: consistent PYTHON_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/glooey')
-rw-r--r-- | dev-python/glooey/glooey-0.3.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/glooey/glooey-0.3.4-r1.ebuild b/dev-python/glooey/glooey-0.3.4-r1.ebuild index ccdb9bd473e4..08f92ab3988a 100644 --- a/dev-python/glooey/glooey-0.3.4-r1.ebuild +++ b/dev-python/glooey/glooey-0.3.4-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=(python3_{7..9}) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 virtualx |