sys-apps/dbus: user-session is now safe
authorPacho Ramos <pacho@gentoo.org>
Thu, 26 Dec 2019 10:36:49 +0000 (11:36 +0100)
committerPacho Ramos <pacho@gentoo.org>
Thu, 26 Dec 2019 10:36:49 +0000 (11:36 +0100)
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
sys-apps/dbus/dbus-1.12.16.ebuild

index f4be11b25cea4f816bcca6cb924dc465e8e6fad3..94fc96bff49cf030be4c864ce29665b0949b72ff 100644 (file)
@@ -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
 }