summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2019-08-13 00:29:29 -0400
committerMike Gilbert <floppym@gentoo.org>2019-08-14 13:43:14 -0400
commit8897aa717bf9de7ddcbff8f774eb1eb13c92425e (patch)
tree9e0a5330e4642c516a200e3e90b115dd88f57773 /sys-apps/dbus
parentacct-user/messagebus: new user (101) (diff)
downloadgentoo-8897aa717bf9de7ddcbff8f774eb1eb13c92425e.tar.gz
gentoo-8897aa717bf9de7ddcbff8f774eb1eb13c92425e.tar.bz2
gentoo-8897aa717bf9de7ddcbff8f774eb1eb13c92425e.zip
sys-apps/dbus: depend on acct-user/messagebus
Package-Manager: Portage-2.3.71, Repoman-2.3.16_p24 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r--sys-apps/dbus/dbus-1.12.16.ebuild7
1 files 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 017661595eb1..c32f5abc2930 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