diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-06-28 14:10:43 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-06-29 12:20:26 -0400 |
commit | 61c9ea967c3a12525da219caeb22de79a225cc7f (patch) | |
tree | 037e48381d9ea84efbc2af224a512afa0542e9be /net-dns/coredns | |
parent | media-sound/mangler: fix missing eautreconf (diff) | |
download | gentoo-61c9ea967c3a12525da219caeb22de79a225cc7f.tar.gz gentoo-61c9ea967c3a12525da219caeb22de79a225cc7f.tar.bz2 gentoo-61c9ea967c3a12525da219caeb22de79a225cc7f.zip |
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@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-dns/coredns')
-rw-r--r-- | net-dns/coredns/coredns-1.8.3.ebuild | 4 |
1 files 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 5bd6ee625fde..fb5faae345e3 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() { |