diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-01 21:51:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-01 21:53:59 +0100 |
commit | 6724e72a9dcee3c2f8f37d6fcdee7ab4af1e7238 (patch) | |
tree | d0168efb7301be6d714ededea266a24655379a76 /net-wireless/blueman | |
parent | net-firewall/shorewall: stable for x86. mark stable for the remaining arches ... (diff) | |
download | gentoo-6724e72a9dcee3c2f8f37d6fcdee7ab4af1e7238.tar.gz gentoo-6724e72a9dcee3c2f8f37d6fcdee7ab4af1e7238.tar.bz2 gentoo-6724e72a9dcee3c2f8f37d6fcdee7ab4af1e7238.zip |
net-wireless/blueman: Use split systemd path options in -9999
Bug: https://bugs.gentoo.org/646312
Diffstat (limited to 'net-wireless/blueman')
-rw-r--r-- | net-wireless/blueman/blueman-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index 411f0c91b30b..994a440c7ce5 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) |