summaryrefslogtreecommitdiff
path: root/net-misc/stunnel/stunnel-5.50-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/stunnel/stunnel-5.50-r1.ebuild')
-rw-r--r--net-misc/stunnel/stunnel-5.50-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/stunnel/stunnel-5.50-r1.ebuild b/net-misc/stunnel/stunnel-5.50-r1.ebuild
index 7a02d027adc7..462a59083c99 100644
--- a/net-misc/stunnel/stunnel-5.50-r1.ebuild
+++ b/net-misc/stunnel/stunnel-5.50-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="6"
-inherit ssl-cert multilib systemd user
+inherit ssl-cert multilib systemd user tmpfiles
DESCRIPTION="TLS/SSL - Port Wrapper"
HOMEPAGE="https://www.stunnel.org/index.html"
@@ -79,7 +79,7 @@ src_install() {
doenvd "${T}"/20stunnel
systemd_dounit "${S}/tools/stunnel.service"
- systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf
+ newtmpfiles "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf
}
pkg_postinst() {