diff options
author | 2022-01-30 11:16:14 +0100 | |
---|---|---|
committer | 2022-01-30 11:16:14 +0100 | |
commit | 7a55b8993e05e8701b1913ef5040318f7533b081 (patch) | |
tree | 11b2641c6da5e15116cbdc887d153efb522dbcb5 /app-admin/mcelog | |
parent | dev-python/pyClamd: Python 3.10 support, config path fix. (diff) | |
download | gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.tar.gz gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.tar.bz2 gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.zip |
*/*: consistent PYTHON_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-admin/mcelog')
-rw-r--r-- | app-admin/mcelog/mcelog-180-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/mcelog/mcelog-180-r1.ebuild b/app-admin/mcelog/mcelog-180-r1.ebuild index fb9fa9f0bc0a..1b3a0ee7345e 100644 --- a/app-admin/mcelog/mcelog-180-r1.ebuild +++ b/app-admin/mcelog/mcelog-180-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=(python3_9 python3_10) +PYTHON_COMPAT=( python3_{9..10} ) inherit linux-info python-any-r1 systemd toolchain-funcs |