Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/
Date: Thu, 01 Feb 2018 20:54:10
Message-Id: 1517518439.6724e72a9dcee3c2f8f37d6fcdee7ab4af1e7238.mgorny@gentoo
1 commit: 6724e72a9dcee3c2f8f37d6fcdee7ab4af1e7238
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 1 20:51:07 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 1 20:53:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6724e72a
7
8 net-wireless/blueman: Use split systemd path options in -9999
9
10 Bug: https://bugs.gentoo.org/646312
11
12 net-wireless/blueman/blueman-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild
16 index 411f0c91b30..994a440c7ce 100644
17 --- a/net-wireless/blueman/blueman-9999.ebuild
18 +++ b/net-wireless/blueman/blueman-9999.ebuild
19 @@ -82,8 +82,8 @@ src_configure() {
20 --docdir=/usr/share/doc/${PF}
21 --disable-runtime-deps-check
22 --disable-static
23 - # TODO: replace upstream with sane system/user unitdir getters
24 - --with-systemdunitdir="$(systemd_get_utildir)"
25 + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
26 + --with-systemduserunitdir="$(systemd_get_userunitdir)"
27 $(use_enable appindicator)
28 $(use_enable policykit polkit)
29 $(use_enable nls)