changeset 1105:a96309fe2497

vanilla: remove ghost udev dependency
author David Demelier <markand@malikania.fr>
date Tue, 17 Sep 2019 20:12:00 +0200
parents 57f3afd0846a
children 477457540aa0
files core/pciutils/pciutils.sh network/dhcpcd/dhcpcd.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/core/pciutils/pciutils.sh	Tue Sep 17 20:10:00 2019 +0200
+++ b/core/pciutils/pciutils.sh	Tue Sep 17 20:12:00 2019 +0200
@@ -45,7 +45,7 @@
 fi
 
 if [ "$UDEV" = "yes" ]; then
-	PKGDEPENDS="udev $PKGDEPENDS"
+	PKGDEPENDS="eudev $PKGDEPENDS"
 	with_udev="HWDB=yes"
 else
 	with_udev="HWDB=no"
--- a/network/dhcpcd/dhcpcd.sh	Tue Sep 17 20:10:00 2019 +0200
+++ b/network/dhcpcd/dhcpcd.sh	Tue Sep 17 20:12:00 2019 +0200
@@ -41,7 +41,7 @@
 
 # Custom configure script, no --with-udev tunable.
 if [ "$UDEV" = "yes" ]; then
-	PKGDEPENDS="udev $PKGDEPENDS"
+	PKGDEPENDS="eudev $PKGDEPENDS"
 else
 	with_udev="--without-udev"
 fi