Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-daemon/
Date: Fri, 29 Apr 2022 06:41:07
Message-Id: 1651214456.527affeb8ab00e81912285cb1f81c39d13b5c59f.sam@gentoo
1 commit: 527affeb8ab00e81912285cb1f81c39d13b5c59f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 06:40:51 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 06:40:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527affeb
7
8 media-sound/pulseaudio-daemon: add missing udev_reload call
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 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
16 index dfb05ca8a4ac..61a9f133cb5f 100644
17 --- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild
18 +++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild
19 @@ -284,6 +284,8 @@ src_install() {
20 pkg_postinst() {
21 gnome2_schemas_update
22
23 + use udev && udev_reload
24 +
25 if use system-wide; then
26 tmpfiles_process "pulseaudio.conf"