Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 941255
Collapse All | Expand All

(-)/path/to/a/openssh-9.8_p1-r2.ebuild (-1 / +7 lines)
Lines 22-28 Link Here
22
SLOT="0"
22
SLOT="0"
23
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
23
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
24
# Probably want to drop ssl defaulting to on in a future version.
24
# Probably want to drop ssl defaulting to on in a future version.
25
IUSE="abi_mips_n32 audit debug kerberos ldns libedit livecd pam +pie security-key selinux +ssl static test xmss"
25
IUSE="abi_mips_n32 audit debug dsa-keys kerberos ldns libedit livecd pam +pie security-key selinux +ssl static test xmss"
26
26
27
RESTRICT="!test? ( test )"
27
RESTRICT="!test? ( test )"
28
28
Lines 205-212 Link Here
205
		$(use_with security-key security-key-builtin)
205
		$(use_with security-key security-key-builtin)
206
		$(use_with ssl openssl)
206
		$(use_with ssl openssl)
207
		$(use_with ssl ssl-engine)
207
		$(use_with ssl ssl-engine)
208
209
		# Stopgap measure.  Removing DSA support entirely is planned for the
210
		# first OpenSSH release of 2025 according to
211
		# https://www.openssh.com/releasenotes.html
212
		$(use_enable dsa-keys)
208
	)
213
	)
209
214
215
210
	if use elibc_musl; then
216
	if use elibc_musl; then
211
		# musl defines bogus values for UTMP_FILE and WTMP_FILE (bug #753230)
217
		# musl defines bogus values for UTMP_FILE and WTMP_FILE (bug #753230)
212
		myconf+=( --disable-utmp --disable-wtmp )
218
		myconf+=( --disable-utmp --disable-wtmp )

Return to bug 941255