summaryrefslogtreecommitdiff
path: root/net-misc/lldpd/lldpd-1.0.5-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/lldpd/lldpd-1.0.5-r1.ebuild')
-rw-r--r--net-misc/lldpd/lldpd-1.0.5-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/lldpd/lldpd-1.0.5-r1.ebuild b/net-misc/lldpd/lldpd-1.0.5-r1.ebuild
index 78bc6d770a65..1151f58a48b2 100644
--- a/net-misc/lldpd/lldpd-1.0.5-r1.ebuild
+++ b/net-misc/lldpd/lldpd-1.0.5-r1.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=7
-inherit systemd bash-completion-r1 autotools
+inherit systemd bash-completion-r1 autotools tmpfiles
DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
HOMEPAGE="https://vincentbernat.github.com/lldpd/"
@@ -99,5 +99,5 @@ src_install() {
keepdir /etc/${PN}.d
systemd_dounit "${FILESDIR}"/${PN}.service
- systemd_newtmpfilesd "${FILESDIR}"/tmpfilesd ${PN}.conf
+ newtmpfiles "${FILESDIR}"/tmpfilesd ${PN}.conf
}