virtual/udev: Sync with Gentoo

It's from Gentoo commit 6161f5ac5e20d586345e1b2ea94fd5bd80ca6959.
This commit is contained in:
Krzesimir Nowak 2024-08-08 13:51:27 +02:00
parent db3f8d56ff
commit 21eadd3d92
3 changed files with 14 additions and 19 deletions

View File

@ -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>

View File

@ -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
)
"

View 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] )
"