From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32F8F15ACB3 for ; Thu, 6 Apr 2023 18:36:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D797E0866; Thu, 6 Apr 2023 18:36:55 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF88FE0866 for ; Thu, 6 Apr 2023 18:36:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EF4D33BE23 for ; Thu, 6 Apr 2023 18:36:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ACE299A for ; Thu, 6 Apr 2023 18:36:51 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1680806134.4cb1644acd2099b004ba595364e948497e19329c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus/dbus-1.15.4.ebuild X-VCS-Directories: sys-apps/dbus/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 4cb1644acd2099b004ba595364e948497e19329c X-VCS-Branch: master Date: Thu, 6 Apr 2023 18:36:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6824a844-43cf-42b2-bf8f-43531789ffa1 X-Archives-Hash: eb5b74c51cbf05d11bd55f13d5db69cb commit: 4cb1644acd2099b004ba595364e948497e19329c Author: Mike Gilbert gentoo org> AuthorDate: Thu Apr 6 18:35:34 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Apr 6 18:35:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb1644a sys-apps/dbus: remove ${ED}/run Closes: https://bugs.gentoo.org/893744 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/dbus/dbus-1.15.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dbus/dbus-1.15.4.ebuild b/sys-apps/dbus/dbus-1.15.4.ebuild index e6f1bc149319..507d125b1a2c 100644 --- a/sys-apps/dbus/dbus-1.15.4.ebuild +++ b/sys-apps/dbus/dbus-1.15.4.ebuild @@ -250,7 +250,7 @@ multilib_src_install_all() { # machine-id symlink from pkg_postinst() keepdir /var/lib/dbus # Let the init script create the /var/run/dbus directory - rm -rf "${ED}"/var/run + rm -rf "${ED}"/{,var/}run # bug #761763 rm -rf "${ED}"/usr/lib/sysusers.d