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 BDB08138334 for ; Wed, 14 Aug 2019 17:43:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C58A5E0809; Wed, 14 Aug 2019 17:43:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AB8C6E0809 for ; Wed, 14 Aug 2019 17:43:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4DAE9349B53 for ; Wed, 14 Aug 2019 17:43:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D44AB765 for ; Wed, 14 Aug 2019 17:43:17 +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: <1565804594.8897aa717bf9de7ddcbff8f774eb1eb13c92425e.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.12.16.ebuild X-VCS-Directories: sys-apps/dbus/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 8897aa717bf9de7ddcbff8f774eb1eb13c92425e X-VCS-Branch: master Date: Wed, 14 Aug 2019 17:43:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c8042309-3053-4d2c-aaeb-5ce4ccd94b99 X-Archives-Hash: 672f4f7de3f288ed87f62df2ff250224 commit: 8897aa717bf9de7ddcbff8f774eb1eb13c92425e Author: Mike Gilbert gentoo org> AuthorDate: Tue Aug 13 04:29:29 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Aug 14 17:43:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8897aa71 sys-apps/dbus: depend on acct-user/messagebus Package-Manager: Portage-2.3.71, Repoman-2.3.16_p24 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/dbus/dbus-1.12.16.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys-apps/dbus/dbus-1.12.16.ebuild b/sys-apps/dbus/dbus-1.12.16.ebuild index 017661595eb..c32f5abc293 100644 --- a/sys-apps/dbus/dbus-1.12.16.ebuild +++ b/sys-apps/dbus/dbus-1.12.16.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) -inherit autotools flag-o-matic linux-info python-any-r1 readme.gentoo-r1 systemd virtualx user multilib-minimal +inherit autotools flag-o-matic linux-info python-any-r1 readme.gentoo-r1 systemd virtualx multilib-minimal DESCRIPTION="A message bus system, a simple way for applications to talk to each other" HOMEPAGE="https://dbus.freedesktop.org/" @@ -18,6 +18,7 @@ IUSE="debug doc elogind kernel_linux selinux static-libs systemd test user-sessi REQUIRED_USE="?? ( elogind systemd )" BDEPEND=" + acct-user/messagebus app-text/xmlto app-text/docbook-xml-dtd:4.4 sys-devel/autoconf-archive @@ -42,6 +43,7 @@ DEPEND="${COMMON_DEPEND} ) " RDEPEND="${COMMON_DEPEND} + acct-user/messagebus selinux? ( sec-policy/selinux-dbus ) " @@ -59,9 +61,6 @@ PATCHES=( ) pkg_setup() { - enewgroup messagebus - enewuser messagebus -1 -1 -1 messagebus - use test && python-any-r1_pkg_setup if use kernel_linux; then