From 7973ae7960b6cd0827dfe217c43e59cf1004bc84 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 8 Apr 2019 18:43:23 +0200 Subject: media-sound/mt-daapd: Port to EAPI 7 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: David Seifert --- media-sound/mt-daapd/files/mt-daapd.init.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-sound/mt-daapd/files/mt-daapd.init.2') diff --git a/media-sound/mt-daapd/files/mt-daapd.init.2 b/media-sound/mt-daapd/files/mt-daapd.init.2 index eacc6ea7b7e1..c77b7dd2bb5d 100644 --- a/media-sound/mt-daapd/files/mt-daapd.init.2 +++ b/media-sound/mt-daapd/files/mt-daapd.init.2 @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Somehow based on init.d file shipped with mt-daapd itself. # @@ -26,7 +26,7 @@ fi depend() { need net - #USEHOWL need mDNSResponderPosix + need avahi-daemon } start() { -- cgit v1.2.3-65-gdbad