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: Wed, 06 Jan 2021 15:47:34
Message-Id: 1609947974.039f4c4e2f0f86027890be41f79614551de260e9.floppym@gentoo
1 commit: 039f4c4e2f0f86027890be41f79614551de260e9
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 15:46:14 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 15:46:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039f4c4e
7
8 sys-fs/udev: use python-any-r1
9
10 Closes: https://bugs.gentoo.org/764107
11 Package-Manager: Portage-3.0.12_p2, Repoman-3.0.2_p26
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 sys-fs/udev/udev-245.5-r1.ebuild | 6 ++++--
15 sys-fs/udev/udev-246-r1.ebuild | 6 ++++--
16 sys-fs/udev/udev-9999.ebuild | 6 ++++--
17 3 files changed, 12 insertions(+), 6 deletions(-)
18
19 diff --git a/sys-fs/udev/udev-245.5-r1.ebuild b/sys-fs/udev/udev-245.5-r1.ebuild
20 index b5b2acbecf9..d08e53f70ae 100644
21 --- a/sys-fs/udev/udev-245.5-r1.ebuild
22 +++ b/sys-fs/udev/udev-245.5-r1.ebuild
23 @@ -1,9 +1,10 @@
24 -# Copyright 2003-2020 Gentoo Authors
25 +# Copyright 2003-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 +PYTHON_COMPAT=( python3_{6..9} )
30
31 -inherit bash-completion-r1 linux-info meson ninja-utils multilib-minimal toolchain-funcs udev usr-ldscript
32 +inherit bash-completion-r1 linux-info meson ninja-utils multilib-minimal python-any-r1 toolchain-funcs udev usr-ldscript
33
34 if [[ ${PV} = 9999* ]]; then
35 EGIT_REPO_URI="https://github.com/systemd/systemd.git"
36 @@ -142,6 +143,7 @@ multilib_src_configure() {
37 src_configure() {
38 # Prevent conflicts with i686 cross toolchain, bug 559726
39 tc-export AR CC NM OBJCOPY RANLIB
40 + python_setup
41 multilib-minimal_src_configure
42 }
43
44
45 diff --git a/sys-fs/udev/udev-246-r1.ebuild b/sys-fs/udev/udev-246-r1.ebuild
46 index cb14882292b..15049dfb7c9 100644
47 --- a/sys-fs/udev/udev-246-r1.ebuild
48 +++ b/sys-fs/udev/udev-246-r1.ebuild
49 @@ -1,9 +1,10 @@
50 -# Copyright 2003-2020 Gentoo Authors
51 +# Copyright 2003-2021 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55 +PYTHON_COMPAT=( python3_{6..9} )
56
57 -inherit bash-completion-r1 linux-info meson ninja-utils multilib-minimal toolchain-funcs udev usr-ldscript
58 +inherit bash-completion-r1 linux-info meson ninja-utils multilib-minimal python-any-r1 toolchain-funcs udev usr-ldscript
59
60 if [[ ${PV} = 9999* ]]; then
61 EGIT_REPO_URI="https://github.com/systemd/systemd.git"
62 @@ -142,6 +143,7 @@ multilib_src_configure() {
63 src_configure() {
64 # Prevent conflicts with i686 cross toolchain, bug 559726
65 tc-export AR CC NM OBJCOPY RANLIB
66 + python_setup
67 multilib-minimal_src_configure
68 }
69
70
71 diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
72 index cb14882292b..15049dfb7c9 100644
73 --- a/sys-fs/udev/udev-9999.ebuild
74 +++ b/sys-fs/udev/udev-9999.ebuild
75 @@ -1,9 +1,10 @@
76 -# Copyright 2003-2020 Gentoo Authors
77 +# Copyright 2003-2021 Gentoo Authors
78 # Distributed under the terms of the GNU General Public License v2
79
80 EAPI=7
81 +PYTHON_COMPAT=( python3_{6..9} )
82
83 -inherit bash-completion-r1 linux-info meson ninja-utils multilib-minimal toolchain-funcs udev usr-ldscript
84 +inherit bash-completion-r1 linux-info meson ninja-utils multilib-minimal python-any-r1 toolchain-funcs udev usr-ldscript
85
86 if [[ ${PV} = 9999* ]]; then
87 EGIT_REPO_URI="https://github.com/systemd/systemd.git"
88 @@ -142,6 +143,7 @@ multilib_src_configure() {
89 src_configure() {
90 # Prevent conflicts with i686 cross toolchain, bug 559726
91 tc-export AR CC NM OBJCOPY RANLIB
92 + python_setup
93 multilib-minimal_src_configure
94 }