diff options
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r-- | net-misc/stunnel/stunnel-5.50-r1.ebuild | 6 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-5.55.ebuild | 4 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-5.56-r1.ebuild | 4 |
3 files changed, 7 insertions, 7 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() { diff --git a/net-misc/stunnel/stunnel-5.55.ebuild b/net-misc/stunnel/stunnel-5.55.ebuild index 2a3a28d96e59..9744f7b8a26f 100644 --- a/net-misc/stunnel/stunnel-5.55.ebuild +++ b/net-misc/stunnel/stunnel-5.55.ebuild @@ -3,7 +3,7 @@ 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" @@ -75,7 +75,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() { diff --git a/net-misc/stunnel/stunnel-5.56-r1.ebuild b/net-misc/stunnel/stunnel-5.56-r1.ebuild index 32b76bcf26e4..485343478d77 100644 --- a/net-misc/stunnel/stunnel-5.56-r1.ebuild +++ b/net-misc/stunnel/stunnel-5.56-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit ssl-cert multilib systemd +inherit ssl-cert multilib systemd tmpfiles DESCRIPTION="TLS/SSL - Port Wrapper" HOMEPAGE="https://www.stunnel.org/index.html" @@ -73,7 +73,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() { |