commit: 5a80377b5bf000d2efbc5ee3a5732c19c010a7a9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 25 19:15:08 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 25 19:17:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a80377b
net-misc/openssh: drop elibc_Cygwin cruft Support is already gone. Closes: https://bugs.gentoo.org/909154 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/openssh/openssh-9.3_p1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/openssh/openssh-9.3_p1-r1.ebuild b/net-misc/openssh/openssh-9.3_p1-r1.ebuild index 2ec7c9966dff..5a0b9de25987 100644 --- a/net-misc/openssh/openssh-9.3_p1-r1.ebuild +++ b/net-misc/openssh/openssh-9.3_p1-r1.ebuild @@ -185,6 +185,7 @@ src_configure() { --datadir="${EPREFIX}"/usr/share/openssh --with-privsep-path="${EPREFIX}"/var/empty --with-privsep-user=sshd + --enable-hardening $(use_with audit audit linux) $(use_with kerberos kerberos5 "${EPREFIX}"/usr) $(use_with ldns) @@ -195,7 +196,6 @@ src_configure() { $(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
