diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:57:14 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:57:14 +0100 |
commit | 1b831e5f52e126691560394595af01c39a4fc951 (patch) | |
tree | 5472ad793a9c63e4275775bb5502adbf2fbaa525 /net-mail/fetchmail | |
parent | net-im/ejabberd: migrate to tmpfiles.eclass (diff) | |
download | gentoo-1b831e5f52e126691560394595af01c39a4fc951.tar.gz gentoo-1b831e5f52e126691560394595af01c39a4fc951.tar.bz2 gentoo-1b831e5f52e126691560394595af01c39a4fc951.zip |
net-mail/fetchmail: 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 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.4.8.ebuild | 4 |
1 files 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 9c20c407b40c..603849b9aa6d 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 |