commit:     763cac60b6f88f5801e67755c3dd8ecced8cfcce
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Mar  7 11:57:34 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 11:57:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763cac60

sys-apps/unscd: migrate to tmpfiles.eclass

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>

 sys-apps/unscd/unscd-0.54-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/unscd/unscd-0.54-r1.ebuild 
b/sys-apps/unscd/unscd-0.54-r1.ebuild
index 93f6096726f..f8010311180 100644
--- a/sys-apps/unscd/unscd-0.54-r1.ebuild
+++ b/sys-apps/unscd/unscd-0.54-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit systemd toolchain-funcs
+inherit systemd toolchain-funcs tmpfiles
 
 DESCRIPTION="simple & stable nscd replacement"
 HOMEPAGE="https://busybox.net/~vda/unscd/README";
@@ -30,7 +30,7 @@ src_compile() {
 
 src_install() {
        newinitd "${FILESDIR}"/unscd.initd-r1 unscd
-       systemd_newtmpfilesd "${FILESDIR}"/unscd-tmpfiles.conf unscd.conf
+       newtmpfiles "${FILESDIR}"/unscd-tmpfiles.conf unscd.conf
        systemd_dounit "${FILESDIR}"/unscd.service
        dosbin unscd
 }

Reply via email to