summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2021-03-07 12:57:49 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-07 12:57:49 +0100
commitbab3de0137d851cff8d4f7d6cd0fd707add23d86 (patch)
tree15bdc0e7abb14d3b07c749ec0f3a05ae0766e002 /sys-libs
parentsys-libs/glibc: migrate to tmpfiles.eclass (diff)
downloadgentoo-bab3de0137d851cff8d4f7d6cd0fd707add23d86.tar.gz
gentoo-bab3de0137d851cff8d4f7d6cd0fd707add23d86.tar.bz2
gentoo-bab3de0137d851cff8d4f7d6cd0fd707add23d86.zip
sys-libs/musl-nscd: 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 'sys-libs')
-rw-r--r--sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild6
-rw-r--r--sys-libs/musl-nscd/musl-nscd-9999.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild b/sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild
index 41e38df7180b..3b1942c21612 100644
--- a/sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild
+++ b/sys-libs/musl-nscd/musl-nscd-1.0.2.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
+inherit systemd tmpfiles
DESCRIPTION="musl-nscd is an implementation of the NSCD protocol for the musl libc"
HOMEPAGE="https://github.com/pikhq/musl-nscd"
@@ -41,7 +41,7 @@ src_install() {
newinitd "${FILESDIR}"/nscd.initd nscd
systemd_dounit "${FILESDIR}"/nscd.service
- systemd_newtmpfilesd "${FILESDIR}"/nscd.tmpfilesd nscd.conf
+ newtmpfiles "${FILESDIR}"/nscd.tmpfilesd nscd.conf
dodoc README
fi
diff --git a/sys-libs/musl-nscd/musl-nscd-9999.ebuild b/sys-libs/musl-nscd/musl-nscd-9999.ebuild
index 6d29e439755c..e03ce6c6293a 100644
--- a/sys-libs/musl-nscd/musl-nscd-9999.ebuild
+++ b/sys-libs/musl-nscd/musl-nscd-9999.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
+inherit systemd tmpfiles
DESCRIPTION="musl-nscd is an implementation of the NSCD protocol for the musl libc"
HOMEPAGE="https://github.com/pikhq/musl-nscd"
@@ -39,7 +39,7 @@ src_install() {
newinitd "${FILESDIR}"/nscd.initd nscd
systemd_dounit "${FILESDIR}"/nscd.service
- systemd_newtmpfilesd "${FILESDIR}"/nscd.tmpfilesd nscd.conf
+ newtmpfiles "${FILESDIR}"/nscd.tmpfilesd nscd.conf
dodoc README
fi