diff options
author | 2021-09-17 22:22:32 +0300 | |
---|---|---|
committer | 2021-09-17 22:22:32 +0300 | |
commit | 89bf0a076501e309d665e37fbb12f77b3720da0f (patch) | |
tree | e069631a11722e72ae299563d261884409b84ea5 /net-irc/limnoria | |
parent | net-proxy/mitmproxy: drop 7.0.2 (diff) | |
download | gentoo-89bf0a076501e309d665e37fbb12f77b3720da0f.tar.gz gentoo-89bf0a076501e309d665e37fbb12f77b3720da0f.tar.bz2 gentoo-89bf0a076501e309d665e37fbb12f77b3720da0f.zip |
net-irc/limnoria: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-irc/limnoria')
-rw-r--r-- | net-irc/limnoria/limnoria-20210617-r1.ebuild | 2 | ||||
-rw-r--r-- | net-irc/limnoria/limnoria-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/limnoria/limnoria-20210617-r1.ebuild b/net-irc/limnoria/limnoria-20210617-r1.ebuild index cdecec64aaaf..66775bc5f6c0 100644 --- a/net-irc/limnoria/limnoria-20210617-r1.ebuild +++ b/net-irc/limnoria/limnoria-20210617-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no DISTUTILS_IN_SOURCE_BUILD=yes # needed for tests inherit distutils-r1 diff --git a/net-irc/limnoria/limnoria-9999.ebuild b/net-irc/limnoria/limnoria-9999.ebuild index 03b9171f694b..42e916daaa30 100644 --- a/net-irc/limnoria/limnoria-9999.ebuild +++ b/net-irc/limnoria/limnoria-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |