Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/lorcon/
Date: Thu, 13 Jan 2022 01:53:58
Message-Id: 1642038829.04cbe2c6bc590088e1bdd333cae85fd0f054df3e.zerochaos@gentoo
1 commit: 04cbe2c6bc590088e1bdd333cae85fd0f054df3e
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 01:41:34 2022 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 01:53:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04cbe2c6
7
8 net-wireless/lorcon: add python 3.10
9
10 bump eapi to 8
11
12 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
13
14 net-wireless/lorcon/lorcon-2020.06.06.ebuild | 6 +++---
15 net-wireless/lorcon/lorcon-9999.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/net-wireless/lorcon/lorcon-2020.06.06.ebuild b/net-wireless/lorcon/lorcon-2020.06.06.ebuild
19 index 20a4da501628..c9b4f070b6aa 100644
20 --- a/net-wireless/lorcon/lorcon-2020.06.06.ebuild
21 +++ b/net-wireless/lorcon/lorcon-2020.06.06.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=7
28 +EAPI=8
29
30 -PYTHON_COMPAT=( python3_{7,8,9})
31 +PYTHON_COMPAT=( python3_{7,8,9,10})
32 DISTUTILS_OPTIONAL=1
33
34 inherit distutils-r1
35
36 diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-9999.ebuild
37 index 4a69d22d8690..80f35a3d8ffd 100644
38 --- a/net-wireless/lorcon/lorcon-9999.ebuild
39 +++ b/net-wireless/lorcon/lorcon-9999.ebuild
40 @@ -1,9 +1,9 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 -EAPI=7
46 +EAPI=8
47
48 -PYTHON_COMPAT=( python3_{7,8,9})
49 +PYTHON_COMPAT=( python3_{7,8,9,10})
50 DISTUTILS_OPTIONAL=1
51
52 inherit distutils-r1