From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BF6A1382C5 for ; Thu, 1 Feb 2018 20:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C6B7E0AE5; Thu, 1 Feb 2018 20:54:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C59BE0AE5 for ; Thu, 1 Feb 2018 20:54:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E044335C74 for ; Thu, 1 Feb 2018 20:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C4A41C0 for ; Thu, 1 Feb 2018 20:54:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1517518439.6724e72a9dcee3c2f8f37d6fcdee7ab4af1e7238.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/blueman/blueman-9999.ebuild X-VCS-Directories: net-wireless/blueman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6724e72a9dcee3c2f8f37d6fcdee7ab4af1e7238 X-VCS-Branch: master Date: Thu, 1 Feb 2018 20:54:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f429efa5-4adc-40fc-95b4-e1b134ff1feb X-Archives-Hash: b338e29a6204c7932d146cb13e41b622 commit: 6724e72a9dcee3c2f8f37d6fcdee7ab4af1e7238 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 1 20:51:07 2018 +0000 Commit: Michał Górny gentoo 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)