diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-01-06 10:46:14 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-01-06 10:46:14 -0500 |
commit | 039f4c4e2f0f86027890be41f79614551de260e9 (patch) | |
tree | 5d8ac61423225dbf6c436840b1e14b94c7653b6e /sys-fs/udev/udev-246-r1.ebuild | |
parent | sys-auth/elogind: 246.9.1 bump (diff) | |
download | gentoo-039f4c4e2f0f86027890be41f79614551de260e9.tar.gz gentoo-039f4c4e2f0f86027890be41f79614551de260e9.tar.bz2 gentoo-039f4c4e2f0f86027890be41f79614551de260e9.zip |
sys-fs/udev: use python-any-r1
Closes: https://bugs.gentoo.org/764107
Package-Manager: Portage-3.0.12_p2, Repoman-3.0.2_p26
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs/udev/udev-246-r1.ebuild')
-rw-r--r-- | sys-fs/udev/udev-246-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-246-r1.ebuild b/sys-fs/udev/udev-246-r1.ebuild index cb14882292b2..15049dfb7c9d 100644 --- a/sys-fs/udev/udev-246-r1.ebuild +++ b/sys-fs/udev/udev-246-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 2003-2020 Gentoo Authors +# Copyright 2003-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) -inherit bash-completion-r1 linux-info meson ninja-utils multilib-minimal toolchain-funcs udev usr-ldscript +inherit bash-completion-r1 linux-info meson ninja-utils multilib-minimal python-any-r1 toolchain-funcs udev usr-ldscript if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/systemd/systemd.git" @@ -142,6 +143,7 @@ multilib_src_configure() { src_configure() { # Prevent conflicts with i686 cross toolchain, bug 559726 tc-export AR CC NM OBJCOPY RANLIB + python_setup multilib-minimal_src_configure } |