commit:     cbdb8720b4ccb27801bf542cd6b868d44b02366d
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Mon Jun 28 18:14:56 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 16:20:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbdb8720

media-sound/pulseaudio: migrate to tmpfiles.eclass

The systemd_newtmpfilesd function is deprecated.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild 
b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
index 00a444fc3ad..71b0e7e4ba6 100644
--- a/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
@@ -6,7 +6,7 @@ EAPI="7"
 MY_PV="${PV/_pre*}"
 MY_P="${PN}-${MY_PV}"
 
-inherit bash-completion-r1 gnome2-utils meson-multilib optfeature systemd udev
+inherit bash-completion-r1 gnome2-utils meson-multilib optfeature systemd 
tmpfiles udev
 
 DESCRIPTION="A networked sound server with an advanced plugin system"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/";
@@ -287,7 +287,7 @@ multilib_src_install_all() {
                systemd_dounit "${FILESDIR}"/${PN}.service
 
                # We need /var/run/pulse, bug 442852
-               systemd_newtmpfilesd "${FILESDIR}"/${PN}.tmpfiles ${PN}.conf
+               newtmpfiles "${FILESDIR}"/${PN}.tmpfiles ${PN}.conf
        else
                # Prevent warnings when system-wide is not used, bug 447694
                if use dbus && use daemon; then

Reply via email to