commit:     6724e72a9dcee3c2f8f37d6fcdee7ab4af1e7238
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  1 20:51:07 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  1 20:53:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6724e72a

net-wireless/blueman: Use split systemd path options in -9999

Bug: https://bugs.gentoo.org/646312

 net-wireless/blueman/blueman-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/blueman/blueman-9999.ebuild 
b/net-wireless/blueman/blueman-9999.ebuild
index 411f0c91b30..994a440c7ce 100644
--- a/net-wireless/blueman/blueman-9999.ebuild
+++ b/net-wireless/blueman/blueman-9999.ebuild
@@ -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)

Reply via email to