diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-04-17 10:32:47 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-04-17 10:33:25 -0400 |
commit | c2318993fac0cdc54dddc3892816dc7992bb0902 (patch) | |
tree | edebe484fd63a4933e7e025de35589b8fce1ade6 /sys-apps | |
parent | www-misc/litmus: EAPI 5 -> 8 (diff) | |
download | gentoo-c2318993fac0cdc54dddc3892816dc7992bb0902.tar.gz gentoo-c2318993fac0cdc54dddc3892816dc7992bb0902.tar.bz2 gentoo-c2318993fac0cdc54dddc3892816dc7992bb0902.zip |
sys-apps/systemd-utils: enable kmod for udev
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd-utils/systemd-utils-250.4-r1.ebuild (renamed from sys-apps/systemd-utils/systemd-utils-250.4.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-250.4.ebuild b/sys-apps/systemd-utils/systemd-utils-250.4-r1.ebuild index aee6304e1eaa..024c61072a28 100644 --- a/sys-apps/systemd-utils/systemd-utils-250.4.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-250.4-r1.ebuild @@ -123,6 +123,7 @@ multilib_src_configure() { $(meson_use test tests) $(meson_native_use_bool tmpfiles) $(meson_use udev hwdb) + $(meson_native_use_bool udev kmod) -Defi-libdir="${ESYSROOT}/usr/$(get_libdir)" @@ -157,7 +158,6 @@ multilib_src_configure() { -Dinitrd=false -Dfirstboot=false -Dkernel-install=false - -Dkmod=false -Dldconfig=false -Dlibcryptsetup=false -Dlibcurl=false |