From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/files/, sys-apps/dbus/
Date: Fri, 28 Feb 2025 13:27:31 +0000 (UTC) [thread overview]
Message-ID: <1740749224.ae6c976da66068635deae9d159c1b2e3bcb2a658.sam@gentoo> (raw)
commit: ae6c976da66068635deae9d159c1b2e3bcb2a658
Author: Anna (navi) Figueiredo Gomes <navi <AT> vlhl <DOT> dev>
AuthorDate: Fri Feb 28 13:23:27 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 13:27:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6c976d
sys-apps/dbus: fix syntax error in profile.d script
Signed-off-by: Anna (navi) Figueiredo Gomes <navi <AT> vlhl.dev>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/dbus/{dbus-1.16.0-r1.ebuild => dbus-1.16.0-r2.ebuild} | 0
sys-apps/dbus/files/dbus.sh | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dbus/dbus-1.16.0-r1.ebuild b/sys-apps/dbus/dbus-1.16.0-r2.ebuild
similarity index 100%
rename from sys-apps/dbus/dbus-1.16.0-r1.ebuild
rename to sys-apps/dbus/dbus-1.16.0-r2.ebuild
diff --git a/sys-apps/dbus/files/dbus.sh b/sys-apps/dbus/files/dbus.sh
index f2c34efad51f..6111f1e34992 100644
--- a/sys-apps/dbus/files/dbus.sh
+++ b/sys-apps/dbus/files/dbus.sh
@@ -1,7 +1,7 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License, v2 or later
#
-if [ -f /run/openrc/softlevel ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]
+if [ -f /run/openrc/softlevel ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ] \
&& rc-service --user --exists dbus 2>&1 >/dev/null; then
export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
fi
next reply other threads:[~2025-02-28 13:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-28 13:27 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-28 14:44 [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/files/, sys-apps/dbus/ Sam James
2025-02-09 8:20 Sam James
2023-09-02 16:21 Sam James
2022-09-12 18:04 Sam James
2022-06-20 3:02 Sam James
2022-04-22 23:54 Mike Gilbert
2022-03-27 23:09 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1740749224.ae6c976da66068635deae9d159c1b2e3bcb2a658.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox