summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2021-06-28 14:14:56 -0400
committerMike Gilbert <floppym@gentoo.org>2021-06-29 12:20:29 -0400
commitcbdb8720b4ccb27801bf542cd6b868d44b02366d (patch)
treec925139d9c9f1aa3b3d28c2f606b711c868873a5 /media-sound/pulseaudio
parentnet-dns/coredns: migrate to tmpfiles.eclass (diff)
downloadgentoo-cbdb8720b4ccb27801bf542cd6b868d44b02366d.tar.gz
gentoo-cbdb8720b4ccb27801bf542cd6b868d44b02366d.tar.bz2
gentoo-cbdb8720b4ccb27801bf542cd6b868d44b02366d.zip
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@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r--media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild4
1 files 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 00a444fc3ada..71b0e7e4ba69 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