Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/
Date: Fri, 17 Sep 2021 19:23:13
Message-Id: 1631906552.89bf0a076501e309d665e37fbb12f77b3720da0f.arthurzam@gentoo
1 commit: 89bf0a076501e309d665e37fbb12f77b3720da0f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 17 19:22:32 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 17 19:22:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bf0a07
7
8 net-irc/limnoria: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-irc/limnoria/limnoria-20210617-r1.ebuild | 2 +-
13 net-irc/limnoria/limnoria-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-irc/limnoria/limnoria-20210617-r1.ebuild b/net-irc/limnoria/limnoria-20210617-r1.ebuild
17 index cdecec64aaa..66775bc5f6c 100644
18 --- a/net-irc/limnoria/limnoria-20210617-r1.ebuild
19 +++ b/net-irc/limnoria/limnoria-20210617-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26 DISTUTILS_USE_SETUPTOOLS=no
27 DISTUTILS_IN_SOURCE_BUILD=yes # needed for tests
28 inherit distutils-r1
29
30 diff --git a/net-irc/limnoria/limnoria-9999.ebuild b/net-irc/limnoria/limnoria-9999.ebuild
31 index 03b9171f694..42e916daaa3 100644
32 --- a/net-irc/limnoria/limnoria-9999.ebuild
33 +++ b/net-irc/limnoria/limnoria-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python3_{7..9} )
39 +PYTHON_COMPAT=( python3_{8..10} )
40 DISTUTILS_USE_SETUPTOOLS=no
41 inherit distutils-r1