diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 20:00:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 20:00:45 +0100 |
commit | 0b35ab575d8762e4de582fc38d795927082731d9 (patch) | |
tree | 5c0421558864d3369ccccf4d37d5192d69434464 /app-misc/rmlint/rmlint-2.10.1.ebuild | |
parent | dev-python/python-docs: Stabilize 3.9.12 amd64, #841269 (diff) | |
download | gentoo-0b35ab575d8762e4de582fc38d795927082731d9.tar.gz gentoo-0b35ab575d8762e4de582fc38d795927082731d9.tar.bz2 gentoo-0b35ab575d8762e4de582fc38d795927082731d9.zip |
app-misc/rmlint: enable py3.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/rmlint/rmlint-2.10.1.ebuild')
-rw-r--r-- | app-misc/rmlint/rmlint-2.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/rmlint/rmlint-2.10.1.ebuild b/app-misc/rmlint/rmlint-2.10.1.ebuild index 4ef7a1287b4f..fa6e30240832 100644 --- a/app-misc/rmlint/rmlint-2.10.1.ebuild +++ b/app-misc/rmlint/rmlint-2.10.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome2-utils python-single-r1 scons-utils toolchain-funcs xdg-utils |