summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2021-03-07 12:56:11 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-07 12:56:11 +0100
commit78225138652181a3ab19f79a6a220c03c34dba1c (patch)
treefb15412c338303ac1f59df319246563730ee2ea0 /dev-db/etcd/etcd-3.4.14.ebuild
parentapp-misc/elasticsearch: migrate to tmpfiles.eclass (diff)
downloadgentoo-78225138652181a3ab19f79a6a220c03c34dba1c.tar.gz
gentoo-78225138652181a3ab19f79a6a220c03c34dba1c.tar.bz2
gentoo-78225138652181a3ab19f79a6a220c03c34dba1c.zip
dev-db/etcd: 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 'dev-db/etcd/etcd-3.4.14.ebuild')
-rw-r--r--dev-db/etcd/etcd-3.4.14.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/etcd/etcd-3.4.14.ebuild b/dev-db/etcd/etcd-3.4.14.ebuild
index 39f5321f2333..63f03f9e8d4f 100644
--- a/dev-db/etcd/etcd-3.4.14.ebuild
+++ b/dev-db/etcd/etcd-3.4.14.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=8a03d2e96
MY_PV="${PV/_rc/-rc.}"
@@ -290,7 +290,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