Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/
Date: Wed, 14 Aug 2019 17:43:22
Message-Id: 1565804594.8897aa717bf9de7ddcbff8f774eb1eb13c92425e.floppym@gentoo
1 commit: 8897aa717bf9de7ddcbff8f774eb1eb13c92425e
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 04:29:29 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 14 17:43:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8897aa71
7
8 sys-apps/dbus: depend on acct-user/messagebus
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.16_p24
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 sys-apps/dbus/dbus-1.12.16.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-apps/dbus/dbus-1.12.16.ebuild b/sys-apps/dbus/dbus-1.12.16.ebuild
17 index 017661595eb..c32f5abc293 100644
18 --- a/sys-apps/dbus/dbus-1.12.16.ebuild
19 +++ b/sys-apps/dbus/dbus-1.12.16.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
24 -inherit autotools flag-o-matic linux-info python-any-r1 readme.gentoo-r1 systemd virtualx user multilib-minimal
25 +inherit autotools flag-o-matic linux-info python-any-r1 readme.gentoo-r1 systemd virtualx multilib-minimal
26
27 DESCRIPTION="A message bus system, a simple way for applications to talk to each other"
28 HOMEPAGE="https://dbus.freedesktop.org/"
29 @@ -18,6 +18,7 @@ IUSE="debug doc elogind kernel_linux selinux static-libs systemd test user-sessi
30 REQUIRED_USE="?? ( elogind systemd )"
31
32 BDEPEND="
33 + acct-user/messagebus
34 app-text/xmlto
35 app-text/docbook-xml-dtd:4.4
36 sys-devel/autoconf-archive
37 @@ -42,6 +43,7 @@ DEPEND="${COMMON_DEPEND}
38 )
39 "
40 RDEPEND="${COMMON_DEPEND}
41 + acct-user/messagebus
42 selinux? ( sec-policy/selinux-dbus )
43 "
44
45 @@ -59,9 +61,6 @@ PATCHES=(
46 )
47
48 pkg_setup() {
49 - enewgroup messagebus
50 - enewuser messagebus -1 -1 -1 messagebus
51 -
52 use test && python-any-r1_pkg_setup
53
54 if use kernel_linux; then