net-wireless/blueman: Use split systemd path options in -9999
authorMichał Górny <mgorny@gentoo.org>
Thu, 1 Feb 2018 20:51:07 +0000 (21:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 1 Feb 2018 20:53:59 +0000 (21:53 +0100)
Bug: https://bugs.gentoo.org/646312

net-wireless/blueman/blueman-9999.ebuild

index 411f0c91b30b98497acde56dbca467ac7fcd0f94..994a440c7ce5e462f8ef74fb7205f54f28dd4fbf 100644 (file)
@@ -82,8 +82,8 @@ src_configure() {
                --docdir=/usr/share/doc/${PF}
                --disable-runtime-deps-check
                --disable-static
-               # TODO: replace upstream with sane system/user unitdir getters
-               --with-systemdunitdir="$(systemd_get_utildir)"
+               --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+               --with-systemduserunitdir="$(systemd_get_userunitdir)"
                $(use_enable appindicator)
                $(use_enable policykit polkit)
                $(use_enable nls)