commit:     4aeb78f44974da73e2c819a1ad0a300df885e025
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 22 22:43:18 2021 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jul 22 22:43:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aeb78f4

virtual/udev: 249 bump to prefer sys-fs/udev over sys-fs/eudev

This is being done because sys-fs/eudev is unmaintained (its author would
prefer it go away, but it remains for non-glibc targets like musl) and
sys-fs/udev doesn't require systemd - it is standalone.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 virtual/udev/udev-249.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/virtual/udev/udev-249.ebuild b/virtual/udev/udev-249.ebuild
new file mode 100644
index 00000000000..f328c36934e
--- /dev/null
+++ b/virtual/udev/udev-249.ebuild
@@ -0,0 +1,16 @@
+# 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-249
+               >=sys-fs/eudev-2.1.1
+               >=sys-apps/systemd-249
+       )
+"

Reply via email to