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: 1642038830.01cc9d0ae4d7d2f7ff9cc822584105411701e739.zerochaos@gentoo
1 commit: 01cc9d0ae4d7d2f7ff9cc822584105411701e739
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 01:49:47 2022 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 01:53:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01cc9d0a
7
8 net-wireless/lorcon: bump python to 3.10
9
10 update EAPI 7 -> 8
11
12 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
13
14 net-wireless/lorcon/lorcon-0.0_p20200214.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild b/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild
18 index db239c00f95b..1446bc1840cd 100644
19 --- a/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild
20 +++ b/net-wireless/lorcon/lorcon-0.0_p20200214.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 +EAPI=8
28
29 -PYTHON_COMPAT=( python3_{7,8,9})
30 +PYTHON_COMPAT=( python3_{7,8,9,10})
31 DISTUTILS_OPTIONAL=1
32
33 inherit distutils-r1