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-im/bitlbee/
Date: Mon, 07 Feb 2022 20:20:21
Message-Id: 1644265197.e80138b2720f0059d29263c071b5a2d9dba92127.arthurzam@gentoo
1 commit: e80138b2720f0059d29263c071b5a2d9dba92127
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Mon Feb 7 14:32:39 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 20:19:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80138b2
7
8 net-im/bitlbee: disable py3.7
9
10 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
11 Closes: https://github.com/gentoo/gentoo/pull/24068
12 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
13
14 net-im/bitlbee/bitlbee-3.6-r1.ebuild | 2 +-
15 net-im/bitlbee/bitlbee-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-im/bitlbee/bitlbee-3.6-r1.ebuild b/net-im/bitlbee/bitlbee-3.6-r1.ebuild
19 index 84a7f7c4e7bb..16e04e799848 100644
20 --- a/net-im/bitlbee/bitlbee-3.6-r1.ebuild
21 +++ b/net-im/bitlbee/bitlbee-3.6-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7..10} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28
29 inherit python-any-r1 systemd toolchain-funcs
30
31
32 diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild
33 index 754994f83425..075402136f9c 100644
34 --- a/net-im/bitlbee/bitlbee-9999.ebuild
35 +++ b/net-im/bitlbee/bitlbee-9999.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI=8
39
40 -PYTHON_COMPAT=( python3_{7..10} )
41 +PYTHON_COMPAT=( python3_{8..10} )
42
43 inherit python-any-r1 systemd toolchain-funcs