commit: 61c9ea967c3a12525da219caeb22de79a225cc7f
Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Mon Jun 28 18:10:43 2021 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 16:20:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c9ea96
net-dns/coredns: migrate to tmpfiles.eclass
The systemd_newtmpfilesd function is deprecated.
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-dns/coredns/coredns-1.8.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-dns/coredns/coredns-1.8.3.ebuild
b/net-dns/coredns/coredns-1.8.3.ebuild
index 5bd6ee625fd..fb5faae345e 100644
--- a/net-dns/coredns/coredns-1.8.3.ebuild
+++ b/net-dns/coredns/coredns-1.8.3.ebuild
@@ -834,7 +834,7 @@ EGO_SUM=(
"sourcegraph.com/sourcegraph/appdash
v0.0.0-20190731080439-ebfcffb1b5c0/go.mod"
)
-inherit fcaps go-module systemd
+inherit fcaps go-module systemd tmpfiles
go-module_set_globals
ARCHIVE_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
@@ -874,7 +874,7 @@ src_install() {
newins "${FILESDIR}"/coredns.logrotated coredns
systemd_dounit "${FILESDIR}"/coredns.service
- systemd_newtmpfilesd "${FILESDIR}"/coredns.tmpfiles "${PN}.conf"
+ newtmpfiles "${FILESDIR}"/coredns.tmpfiles "${PN}.conf"
}
src_test() {