summaryrefslogtreecommitdiff
path: root/dev-db/etcd/etcd-3.4.10.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/etcd/etcd-3.4.10.ebuild')
-rw-r--r--dev-db/etcd/etcd-3.4.10.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/etcd/etcd-3.4.10.ebuild b/dev-db/etcd/etcd-3.4.10.ebuild
index 55d46653132b..4cc5cd41c5e2 100644
--- a/dev-db/etcd/etcd-3.4.10.ebuild
+++ b/dev-db/etcd/etcd-3.4.10.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit go-module systemd
+inherit go-module systemd tmpfiles
GIT_COMMIT=18dfb9cca
MY_PV="${PV/_rc/-rc.}"
@@ -61,7 +61,7 @@ src_install() {
dobin bin/etcd
dodoc README.md
systemd_dounit "${FILESDIR}/${PN}.service"
- systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
+ newtmpfiles "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
newinitd "${FILESDIR}"/${PN}.initd ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
insinto /etc/logrotate.d