summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-05-31 22:31:31 -0500
committerroot <root@alpha.trunkmasters.com>2026-05-31 22:31:31 -0500
commitfc4f5c1cf0b77cc9cb3b5b4f14dc1e31113ba87e (patch)
tree891495484dc6dc513f3f34a833924632e923bae1 /profiles
parent008c6bb5dee069ebd21087839198b81fae584fe0 (diff)
downloadbaldeagleos-repo-fc4f5c1cf0b77cc9cb3b5b4f14dc1e31113ba87e.tar.gz
baldeagleos-repo-fc4f5c1cf0b77cc9cb3b5b4f14dc1e31113ba87e.tar.xz
baldeagleos-repo-fc4f5c1cf0b77cc9cb3b5b4f14dc1e31113ba87e.zip
no-systemd: use systemd-utils for udev instead of eudev
Diffstat (limited to 'profiles')
-rw-r--r--profiles/liguros/1.0/linux-gnu/mix-ins/no-systemd/package.use9
1 files changed, 5 insertions, 4 deletions
diff --git a/profiles/liguros/1.0/linux-gnu/mix-ins/no-systemd/package.use b/profiles/liguros/1.0/linux-gnu/mix-ins/no-systemd/package.use
index 689e06ddfb83..58b98629daf5 100644
--- a/profiles/liguros/1.0/linux-gnu/mix-ins/no-systemd/package.use
+++ b/profiles/liguros/1.0/linux-gnu/mix-ins/no-systemd/package.use
@@ -1,4 +1,5 @@
-# Set flags to allow eudev usage
-virtual/libudev eudev -sticky-tags
-virtual/udev eudev -sticky-tags
-dev-libs/libgudev eudev -sticky-tags
+# systemd-utils provides udev for non-systemd systems (replaced eudev)
+# Do not force eudev — let virtual/libudev and virtual/udev resolve to systemd-utils
+virtual/libudev -eudev -sticky-tags
+virtual/udev -eudev -sticky-tags
+dev-libs/libgudev -eudev -sticky-tags