summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2021-03-07 12:56:29 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-07 12:56:29 +0100
commitf9242af120e764a717303b56105f86027617153f (patch)
treeb226edbe04652763022740ad382806d2fced498b /media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild
parentmedia-sound/murmur: migrate to tmpfiles.eclass (diff)
downloadgentoo-f9242af120e764a717303b56105f86027617153f.tar.gz
gentoo-f9242af120e764a717303b56105f86027617153f.tar.bz2
gentoo-f9242af120e764a717303b56105f86027617153f.zip
media-sound/pulseaudio: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild')
-rw-r--r--media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild b/media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild
index 265a1ec32060..3c5267c13a03 100644
--- a/media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools bash-completion-r1 flag-o-matic gnome2-utils linux-info systemd toolchain-funcs udev multilib-minimal
+inherit autotools bash-completion-r1 flag-o-matic gnome2-utils linux-info systemd toolchain-funcs udev multilib-minimal tmpfiles
DESCRIPTION="A networked sound server with an advanced plugin system"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/"
@@ -292,7 +292,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 ; then