commit:     9c2f93abf2338d3bf898986410197bb4238c873c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 15:18:31 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 23:10:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2f93ab

virtual/libudev: add systemd-utils, drop sys-fs/udev

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 virtual/libudev/libudev-232-r6.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/virtual/libudev/libudev-232-r6.ebuild 
b/virtual/libudev/libudev-232-r6.ebuild
new file mode 100644
index 000000000000..aed453196d9b
--- /dev/null
+++ b/virtual/libudev/libudev-232-r6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for libudev providers"
+
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="systemd"
+
+RDEPEND="
+       !systemd? ( || (
+               sys-apps/systemd-utils[udev,${MULTILIB_USEDEP}]
+               >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP}]
+       ) )
+       systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP}] )
+"

Reply via email to