diff options
author | 2023-06-26 16:13:47 +0100 | |
---|---|---|
committer | 2023-06-26 16:13:47 +0100 | |
commit | acde9b9d754c567a61650e840b626bf32557251c (patch) | |
tree | aa220f0fb0722cb1e6bc626eb1b51d407b8ad87f /net-misc | |
parent | net-p2p/amule: crank copyright (diff) | |
download | gentoo-acde9b9d754c567a61650e840b626bf32557251c.tar.gz gentoo-acde9b9d754c567a61650e840b626bf32557251c.tar.bz2 gentoo-acde9b9d754c567a61650e840b626bf32557251c.zip |
net-misc/openssh-contrib: drop libc_Cygwin cruft
Support is already gone.
Closes: https://bugs.gentoo.org/909191
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh-contrib/openssh-contrib-9.3_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh-contrib/openssh-contrib-9.3_p1.ebuild b/net-misc/openssh-contrib/openssh-contrib-9.3_p1.ebuild index 8fa1eabcaa5c..9a91a490d05f 100644 --- a/net-misc/openssh-contrib/openssh-contrib-9.3_p1.ebuild +++ b/net-misc/openssh-contrib/openssh-contrib-9.3_p1.ebuild @@ -320,6 +320,7 @@ src_configure() { --datadir="${EPREFIX}"/usr/share/openssh --with-privsep-path="${EPREFIX}"/var/empty --with-privsep-user=sshd + --with-hardening $(use_with audit audit linux) $(use_with kerberos kerberos5 "${EPREFIX}"/usr) # We apply the sctp patch conditionally, so can't pass --without-sctp @@ -333,7 +334,6 @@ src_configure() { $(usex X509 '' "$(use_with security-key security-key-builtin)") $(use_with ssl openssl) $(use_with ssl ssl-engine) - $(use_with !elibc_Cygwin hardening) #659210 ) if use elibc_musl; then |