diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-12-17 10:16:09 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-12-17 10:16:22 -0500 |
commit | 247cc25816125f86891dcd3425f9fec19958c508 (patch) | |
tree | 1d90bd09c84bc9620d138b95710bffa6964fb5e1 /net-misc/stunnel | |
parent | dev-python/setuptools: Reenable tests on py3.8 (diff) | |
download | gentoo-247cc25816125f86891dcd3425f9fec19958c508.tar.gz gentoo-247cc25816125f86891dcd3425f9fec19958c508.tar.bz2 gentoo-247cc25816125f86891dcd3425f9fec19958c508.zip |
net-misc/stunnel: port to GLEP 81, bug #701212
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r-- | net-misc/stunnel/stunnel-5.56-r1.ebuild (renamed from net-misc/stunnel/stunnel-5.56.ebuild) | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net-misc/stunnel/stunnel-5.56.ebuild b/net-misc/stunnel/stunnel-5.56-r1.ebuild index 4ad962ee6aa9..667f8f567387 100644 --- a/net-misc/stunnel/stunnel-5.56.ebuild +++ b/net-misc/stunnel/stunnel-5.56-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit ssl-cert multilib systemd user +inherit ssl-cert multilib systemd DESCRIPTION="TLS/SSL - Port Wrapper" HOMEPAGE="http://www.stunnel.org/index.html" @@ -22,17 +22,15 @@ IUSE="ipv6 selinux stunnel3 tcpd" DEPEND="dev-libs/openssl:0= tcpd? ( sys-apps/tcp-wrappers )" -RDEPEND="${DEPEND} +RDEPEND=" + acct-user/stunnel + acct-group/stunnel + ${DEPEND} stunnel3? ( dev-lang/perl ) selinux? ( sec-policy/selinux-stunnel )" RESTRICT="test" -pkg_setup() { - enewgroup stunnel - enewuser stunnel -1 -1 -1 stunnel -} - src_prepare() { # Hack away generation of certificate sed -i -e "s/^install-data-local:/do-not-run-this:/" \ |