diff options
author | Sam James <sam@gentoo.org> | 2023-12-26 17:34:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-26 17:34:00 +0000 |
commit | 5b375972ff0e0d1c2cca84a9416a369a1d60ba8d (patch) | |
tree | cf529b2b4cb5decf06ff5dbb9876291ae7c6d33d /net-misc | |
parent | net-misc/openssh: Stabilize 9.6_p1-r1 arm, #920725 (diff) | |
download | gentoo-5b375972ff0e0d1c2cca84a9416a369a1d60ba8d.tar.gz gentoo-5b375972ff0e0d1c2cca84a9416a369a1d60ba8d.tar.bz2 gentoo-5b375972ff0e0d1c2cca84a9416a369a1d60ba8d.zip |
net-misc/openssh: Stabilize 9.6_p1-r1 amd64, #920725
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/openssh-9.6_p1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-9.6_p1-r1.ebuild b/net-misc/openssh/openssh-9.6_p1-r1.ebuild index 42a3e0b19132..4171585fdb9f 100644 --- a/net-misc/openssh/openssh-9.6_p1-r1.ebuild +++ b/net-misc/openssh/openssh-9.6_p1-r1.ebuild @@ -20,7 +20,7 @@ S="${WORKDIR}/${PARCH}" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # Probably want to drop ssl defaulting to on in a future version. IUSE="abi_mips_n32 audit debug kerberos ldns libedit livecd pam +pie security-key selinux +ssl static test X xmss" |