commit:     241d2080eab5dd204cdcc52a3e05ce95f8cbe647
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Mar  7 11:58:01 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 11:58:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241d2080

www-servers/lighttpd: migrate to tmpfiles.eclass

Closes: https://github.com/gentoo/gentoo/pull/18544
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild
index fb2eb51853f..ccd168dd604 100644
--- a/www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 LUA_COMPAT=( lua5-{1..3} )
 
-inherit autotools flag-o-matic lua-single readme.gentoo-r1 systemd 
toolchain-funcs
+inherit autotools flag-o-matic lua-single readme.gentoo-r1 systemd 
toolchain-funcs tmpfiles
 
 DESCRIPTION="Lightweight high-performance web server"
 HOMEPAGE="https://www.lighttpd.net https://github.com/lighttpd";
@@ -225,7 +225,7 @@ src_install() {
        use minimal && remove_non_essential
 
        systemd_dounit "${FILESDIR}/${PN}.service"
-       systemd_dotmpfilesd "${FILESDIR}/${PN}.tmpfiles.conf"
+       dotmpfiles "${FILESDIR}/${PN}.tmpfiles.conf"
 }
 
 pkg_postinst() {

Reply via email to