New commits:
commit 9d9f032d6fbed29c8c6d601ff8107a11a5302e3a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
udev: Add EXTRAS dependencies to SUB_DEPENDS as it is run after DEPENDS.
list_find won't find the flag in DEPENDS if it wasn't set by
the user.
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index 0208ff4..df4de3f 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,6 +1,9 @@
2010-01-07 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: udev with extras requires CONFIG_SYSFS_DEPRECATED_V2 to
be
disabled in the kernel
+ * SUB_DEPENDS, REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS:
Add
+ EXTRAS dependencies to SUB_DEPENDS as it is run after DEPENDS.
+ list_find won't find the flag in DEPENDS if it wasn't set by the
user.