diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:56:02 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:56:02 +0100 |
commit | 3a44559c5eecfebda4e9d936e54294c7271f773a (patch) | |
tree | e2e09000934e2ce48f1e253c6d0c46e8a5fb9f8e /app-emulation | |
parent | app-antivirus/clamav: migrate to tmpfiles.eclass (diff) | |
download | gentoo-3a44559c5eecfebda4e9d936e54294c7271f773a.tar.gz gentoo-3a44559c5eecfebda4e9d936e54294c7271f773a.tar.bz2 gentoo-3a44559c5eecfebda4e9d936e54294c7271f773a.zip |
app-emulation/flannel: 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 'app-emulation')
-rw-r--r-- | app-emulation/flannel/flannel-0.11.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/flannel/flannel-0.11.0.ebuild b/app-emulation/flannel/flannel-0.11.0.ebuild index a5f28c4632f6..2ba1cf0dfa67 100644 --- a/app-emulation/flannel/flannel-0.11.0.ebuild +++ b/app-emulation/flannel/flannel-0.11.0.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=6 -inherit golang-vcs-snapshot systemd user +inherit golang-vcs-snapshot systemd user tmpfiles KEYWORDS="~amd64 ~arm64" DESCRIPTION="An etcd backed network fabric for containers" @@ -45,7 +45,7 @@ src_install() { keepdir /var/log/${PN} insinto /etc/logrotate.d newins "${FILESDIR}"/flanneld.logrotated flanneld - systemd_newtmpfilesd "${FILESDIR}/flannel.tmpfilesd" flannel.conf + newtmpfiles "${FILESDIR}/flannel.tmpfilesd" flannel.conf systemd_dounit "${FILESDIR}/flanneld.service" dodoc README.md } |