commit: 89bf0a076501e309d665e37fbb12f77b3720da0f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 17 19:22:32 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 19:22:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bf0a07
net-irc/limnoria: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-irc/limnoria/limnoria-20210617-r1.ebuild | 2 +-
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 cdecec64aaa..66775bc5f6c 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 03b9171f694..42e916daaa3 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