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

net-mail/fetchmail: 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>

 net-mail/fetchmail/fetchmail-6.4.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
index 9c20c407b40..603849b9aa6 100644
--- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{7,8} )
 PYTHON_REQ_USE="tk"
 
-inherit python-single-r1 systemd toolchain-funcs autotools
+inherit python-single-r1 systemd toolchain-funcs autotools tmpfiles
 
 DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
 HOMEPAGE="https://www.fetchmail.info/";
@@ -88,7 +88,7 @@ src_install() {
 
        systemd_dounit  "${FILESDIR}"/${PN}.service
        systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
-       systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
+       dotmpfiles "${FILESDIR}"/${PN}.conf
 
        docinto contrib
        local f

Reply via email to