sys-process/procps: Only enable elogind in native ABI
authorMatt Turner <mattst88@gentoo.org>
Sat, 8 Feb 2020 03:07:21 +0000 (19:07 -0800)
committerMatt Turner <mattst88@gentoo.org>
Sat, 8 Feb 2020 03:08:10 +0000 (19:08 -0800)
The code it enables in libprocps is small, and elogind doesn't currently
have multilib support, so no large loss.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
sys-process/procps/procps-3.3.16-r1.ebuild

index 105cce9b4e473566406cdc2249c3dd235777b544..b99fef6e400d118fc1d8d2903d5519d2929b9927 100644 (file)
@@ -50,7 +50,7 @@ multilib_src_configure() {
        append-lfs-flags #471102
        local myeconfargs=(
                --docdir='$(datarootdir)'/doc/${PF}
-               $(use_with elogind)
+               $(multilib_native_use_with elogind) # No elogind multilib support
                $(multilib_native_use_enable kill)
                $(multilib_native_use_enable modern-top)
                $(multilib_native_use_with ncurses)