From bab3de0137d851cff8d4f7d6cd0fd707add23d86 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Sun, 7 Mar 2021 12:57:49 +0100 Subject: sys-libs/musl-nscd: migrate to tmpfiles.eclass Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson Signed-off-by: David Seifert --- sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild | 6 +++--- sys-libs/musl-nscd/musl-nscd-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-libs') 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 -- cgit v1.2.3-65-gdbad