summaryrefslogtreecommitdiff
path: root/dev-db/etcd/etcd-3.3.24.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/etcd/etcd-3.3.24.ebuild')
-rw-r--r--dev-db/etcd/etcd-3.3.24.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/etcd/etcd-3.3.24.ebuild b/dev-db/etcd/etcd-3.3.24.ebuild
index ebb677c1e00e..d42802d3d244 100644
--- a/dev-db/etcd/etcd-3.3.24.ebuild
+++ b/dev-db/etcd/etcd-3.3.24.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=bdd57848d
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