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:20
Message-Id: 1644265197.7defb52f9cc136d4063c31b4dab83fb9c20f8160.arthurzam@gentoo
1 commit: 7defb52f9cc136d4063c31b4dab83fb9c20f8160
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Thu Feb 3 14:17:42 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=7defb52f
7
8 net-im/bitlbee: enable py3.10
9
10 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 net-im/bitlbee/bitlbee-3.6-r1.ebuild | 4 ++--
14 net-im/bitlbee/bitlbee-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-im/bitlbee/bitlbee-3.6-r1.ebuild b/net-im/bitlbee/bitlbee-3.6-r1.ebuild
18 index 4a6f1db23842..84a7f7c4e7bb 100644
19 --- a/net-im/bitlbee/bitlbee-3.6-r1.ebuild
20 +++ b/net-im/bitlbee/bitlbee-3.6-r1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{7..9} )
29 +PYTHON_COMPAT=( python3_{7..10} )
30
31 inherit python-any-r1 systemd toolchain-funcs
32
33
34 diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild
35 index e1f92087579b..b85617f5b02f 100644
36 --- a/net-im/bitlbee/bitlbee-9999.ebuild
37 +++ b/net-im/bitlbee/bitlbee-9999.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2021 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44
45 -PYTHON_COMPAT=( python3_{7..9} )
46 +PYTHON_COMPAT=( python3_{7..10} )
47
48 inherit python-any-r1 systemd toolchain-funcs