summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-12-26 11:36:49 +0100
committerPacho Ramos <pacho@gentoo.org>2019-12-26 11:36:49 +0100
commit4e97bb95b9cca51ba571138c82c10093f642d297 (patch)
treef2ee17a4db6f3dbf9d1ebf11f8fb687ab5645aca
parentapp-office/libreoffice: Add missing RESTRICT="!test? ( test )" (diff)
downloadgentoo-4e97bb95b9cca51ba571138c82c10093f642d297.tar.gz
gentoo-4e97bb95b9cca51ba571138c82c10093f642d297.tar.bz2
gentoo-4e97bb95b9cca51ba571138c82c10093f642d297.zip
sys-apps/dbus: user-session is now safe
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--sys-apps/dbus/dbus-1.12.16.ebuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-apps/dbus/dbus-1.12.16.ebuild b/sys-apps/dbus/dbus-1.12.16.ebuild
index f4be11b25cea..94fc96bff49c 100644
--- a/sys-apps/dbus/dbus-1.12.16.ebuild
+++ b/sys-apps/dbus/dbus-1.12.16.ebuild
@@ -271,16 +271,4 @@ pkg_postinst() {
elog "the following to your environment:"
elog " DBUS_SESSION_BUS_ADDRESS=\"launchd:env=DBUS_LAUNCHD_SESSION_BUS_SOCKET\""
fi
-
- if use user-session; then
- ewarn "You have enabled user-session. Please note this can cause"
- ewarn "bogus behaviors in several dbus consumers that are not prepared"
- ewarn "for this dbus activation method yet."
- ewarn
- ewarn "See the following link for background on this change:"
- ewarn "https://lists.freedesktop.org/archives/systemd-devel/2015-January/027711.html"
- ewarn
- ewarn "Known issues are tracked here:"
- ewarn "https://bugs.gentoo.org/show_bug.cgi?id=576028"
- fi
}