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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52FB315808E for ; Fri, 29 Apr 2022 06:41:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 834DDE07C5; Fri, 29 Apr 2022 06:41:06 +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 600FDE07C5 for ; Fri, 29 Apr 2022 06:41:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5E2CF340D55 for ; Fri, 29 Apr 2022 06:41:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1DBD105 for ; Fri, 29 Apr 2022 06:41:02 +0000 (UTC) From: "Sam James" 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" Message-ID: <1651214456.527affeb8ab00e81912285cb1f81c39d13b5c59f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild X-VCS-Directories: media-sound/pulseaudio-daemon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 527affeb8ab00e81912285cb1f81c39d13b5c59f X-VCS-Branch: master Date: Fri, 29 Apr 2022 06:41:02 +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: 29a54cb6-6f0c-425a-ae1f-2bf3a7cd04b9 X-Archives-Hash: 900c327084d9841faa646dcaf3baefd8 commit: 527affeb8ab00e81912285cb1f81c39d13b5c59f Author: Sam James gentoo org> AuthorDate: Fri Apr 29 06:40:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 29 06:40:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527affeb media-sound/pulseaudio-daemon: add missing udev_reload call Signed-off-by: Sam James gentoo.org> media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild index dfb05ca8a4ac..61a9f133cb5f 100644 --- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild +++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild @@ -284,6 +284,8 @@ src_install() { pkg_postinst() { gnome2_schemas_update + use udev && udev_reload + if use system-wide; then tmpfiles_process "pulseaudio.conf"