Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/
Date: Thu, 09 Sep 2021 18:46:33
Message-Id: 1631213166.0ea713f494758304d762f96a306d7e2544fb9f68.floppym@gentoo
1 commit: 0ea713f494758304d762f96a306d7e2544fb9f68
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 18:46:06 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 18:46:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea713f4
7
8 sys-fs/udev: add py3.10
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 sys-fs/udev/udev-249-r3.ebuild | 2 +-
13 sys-fs/udev/udev-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/udev/udev-249-r3.ebuild b/sys-fs/udev/udev-249-r3.ebuild
17 index 29891ba38bc..2e1601d89e0 100644
18 --- a/sys-fs/udev/udev-249-r3.ebuild
19 +++ b/sys-fs/udev/udev-249-r3.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{8..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit bash-completion-r1 flag-o-matic linux-info meson-multilib ninja-utils python-any-r1 toolchain-funcs udev usr-ldscript
28
29
30 diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
31 index f8e9422acdd..0479fe24554 100644
32 --- a/sys-fs/udev/udev-9999.ebuild
33 +++ b/sys-fs/udev/udev-9999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 -PYTHON_COMPAT=( python3_{8..9} )
39 +PYTHON_COMPAT=( python3_{8..10} )
40
41 inherit bash-completion-r1 flag-o-matic linux-info meson-multilib ninja-utils python-any-r1 toolchain-funcs udev usr-ldscript