From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1722624-garchives=archives.gentoo.org@lists.gentoo.org> Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 694401582EF for <garchives@archives.gentoo.org>; Fri, 28 Feb 2025 13:27:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 509213431AB for <garchives@archives.gentoo.org>; Fri, 28 Feb 2025 13:27:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 52DFC1102C9; Fri, 28 Feb 2025 13:27:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 48AD61102C9 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Feb 2025 13:27:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F15B03431AB for <gentoo-commits@lists.gentoo.org>; Fri, 28 Feb 2025 13:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8897525C5 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Feb 2025 13:27:31 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1740749224.ae6c976da66068635deae9d159c1b2e3bcb2a658.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/files/, sys-apps/dbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus/dbus-1.16.0-r1.ebuild sys-apps/dbus/dbus-1.16.0-r2.ebuild sys-apps/dbus/files/dbus.sh X-VCS-Directories: sys-apps/dbus/files/ sys-apps/dbus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ae6c976da66068635deae9d159c1b2e3bcb2a658 X-VCS-Branch: master Date: Fri, 28 Feb 2025 13:27:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7924f1f5-c641-4731-af20-1c8e60bdd3cf X-Archives-Hash: 3d8c67b4f480b4716d8c71756672e969 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