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: Mon, 28 Mar 2016 21:55:34
Message-Id: 1459202102.268ebcded3db897d3cc8a5fe860c453503f8304c.floppym@gentoo
1 commit: 268ebcded3db897d3cc8a5fe860c453503f8304c
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 21:54:53 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 21:55:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268ebcde
7
8 sys-apps/dbus: Make user-session optional
9
10 This apparently causes problems for GNOME and possibly others.
11
12 Bug: https://bugs.gentoo.org/577416
13
14 Package-Manager: portage-2.2.28_p64
15
16 sys-apps/dbus/{dbus-1.10.8.ebuild => dbus-1.10.8-r1.ebuild} | 4 ++--
17 sys-apps/dbus/metadata.xml | 1 +
18 2 files changed, 3 insertions(+), 2 deletions(-)
19
20 diff --git a/sys-apps/dbus/dbus-1.10.8.ebuild b/sys-apps/dbus/dbus-1.10.8-r1.ebuild
21 similarity index 98%
22 rename from sys-apps/dbus/dbus-1.10.8.ebuild
23 rename to sys-apps/dbus/dbus-1.10.8-r1.ebuild
24 index e376c4a..ccec841 100644
25 --- a/sys-apps/dbus/dbus-1.10.8.ebuild
26 +++ b/sys-apps/dbus/dbus-1.10.8-r1.ebuild
27 @@ -14,7 +14,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz"
28 LICENSE="|| ( AFL-2.1 GPL-2 )"
29 SLOT="0"
30 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
31 -IUSE="debug doc selinux static-libs systemd test X"
32 +IUSE="debug doc selinux static-libs systemd test user-session X"
33
34 RESTRICT="test"
35
36 @@ -110,7 +110,7 @@ multilib_src_configure() {
37 $(use_enable kernel_linux inotify)
38 $(use_enable kernel_FreeBSD kqueue)
39 $(use_enable systemd)
40 - $(use_enable systemd user-session)
41 + $(use_enable user-session)
42 --disable-embedded-tests
43 --disable-modular-tests
44 $(use_enable debug stats)
45
46 diff --git a/sys-apps/dbus/metadata.xml b/sys-apps/dbus/metadata.xml
47 index ac3d149..169ff1a 100644
48 --- a/sys-apps/dbus/metadata.xml
49 +++ b/sys-apps/dbus/metadata.xml
50 @@ -6,6 +6,7 @@
51 </maintainer>
52 <use>
53 <flag name="systemd">Build with <pkg>sys-apps/systemd</pkg> at_console support</flag>
54 + <flag name="user-session">Enable user-session semantics for session bus under systemd</flag>
55 </use>
56 <upstream>
57 <remote-id type="cpe">cpe:/a:freedesktop:dbus</remote-id>