From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1096659CA9 for ; Mon, 28 Mar 2016 21:55:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D06A121C018; Mon, 28 Mar 2016 21:55:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7915F21C018 for ; Mon, 28 Mar 2016 21:55:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F03F1340B55 for ; Mon, 28 Mar 2016 21:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C71BF2C9 for ; Mon, 28 Mar 2016 21:55:26 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1459202102.268ebcded3db897d3cc8a5fe860c453503f8304c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus/dbus-1.10.8-r1.ebuild sys-apps/dbus/dbus-1.10.8.ebuild sys-apps/dbus/metadata.xml X-VCS-Directories: sys-apps/dbus/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 268ebcded3db897d3cc8a5fe860c453503f8304c X-VCS-Branch: master Date: Mon, 28 Mar 2016 21:55:26 +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: 4c0706ec-e005-4ea5-917c-cee9b1650864 X-Archives-Hash: d9175b1bbffea21454b5e85d35b2758a commit: 268ebcded3db897d3cc8a5fe860c453503f8304c Author: Mike Gilbert gentoo org> AuthorDate: Mon Mar 28 21:54:53 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Mar 28 21:55:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268ebcde sys-apps/dbus: Make user-session optional This apparently causes problems for GNOME and possibly others. Bug: https://bugs.gentoo.org/577416 Package-Manager: portage-2.2.28_p64 sys-apps/dbus/{dbus-1.10.8.ebuild => dbus-1.10.8-r1.ebuild} | 4 ++-- sys-apps/dbus/metadata.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-apps/dbus/dbus-1.10.8.ebuild b/sys-apps/dbus/dbus-1.10.8-r1.ebuild similarity index 98% rename from sys-apps/dbus/dbus-1.10.8.ebuild rename to sys-apps/dbus/dbus-1.10.8-r1.ebuild index e376c4a..ccec841 100644 --- a/sys-apps/dbus/dbus-1.10.8.ebuild +++ b/sys-apps/dbus/dbus-1.10.8-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" LICENSE="|| ( AFL-2.1 GPL-2 )" SLOT="0" 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" -IUSE="debug doc selinux static-libs systemd test X" +IUSE="debug doc selinux static-libs systemd test user-session X" RESTRICT="test" @@ -110,7 +110,7 @@ multilib_src_configure() { $(use_enable kernel_linux inotify) $(use_enable kernel_FreeBSD kqueue) $(use_enable systemd) - $(use_enable systemd user-session) + $(use_enable user-session) --disable-embedded-tests --disable-modular-tests $(use_enable debug stats) diff --git a/sys-apps/dbus/metadata.xml b/sys-apps/dbus/metadata.xml index ac3d149..169ff1a 100644 --- a/sys-apps/dbus/metadata.xml +++ b/sys-apps/dbus/metadata.xml @@ -6,6 +6,7 @@ Build with sys-apps/systemd at_console support + Enable user-session semantics for session bus under systemd cpe:/a:freedesktop:dbus