mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 22:46:58 +02:00
virtual/udev: Sync with Gentoo
It's from Gentoo commit 6161f5ac5e20d586345e1b2ea94fd5bd80ca6959.
This commit is contained in:
parent
db3f8d56ff
commit
21eadd3d92
@ -1,9 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>eudev@gentoo.org</email>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>systemd@gentoo.org</email>
|
||||
</maintainer>
|
||||
|
@ -1,16 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Virtual to select between different udev daemon providers"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
|
||||
RDEPEND="
|
||||
|| (
|
||||
>=sys-fs/udev-217
|
||||
>=sys-fs/eudev-2.1.1
|
||||
>=sys-apps/systemd-217
|
||||
)
|
||||
"
|
14
sdk_container/src/third_party/portage-stable/virtual/udev/udev-217-r7.ebuild
vendored
Normal file
14
sdk_container/src/third_party/portage-stable/virtual/udev/udev-217-r7.ebuild
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Virtual to select between different udev daemon providers"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
IUSE="systemd"
|
||||
|
||||
RDEPEND="
|
||||
systemd? ( >=sys-apps/systemd-217 )
|
||||
!systemd? ( sys-apps/systemd-utils[udev] )
|
||||
"
|
Loading…
Reference in New Issue
Block a user