diff options
author | Sam James <sam@gentoo.org> | 2024-07-01 11:39:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-01 11:39:41 +0100 |
commit | bcf25efd0f8ce54579dd7ff312c4fce5c7f82c5b (patch) | |
tree | f876ca226e96279518065dc6185699d1a2c291c5 /net-misc/openssh | |
parent | net-misc/openssh: Stabilize 9.6_p1-r5 ppc, #935272 (diff) | |
download | gentoo-bcf25efd0f8ce54579dd7ff312c4fce5c7f82c5b.tar.gz gentoo-bcf25efd0f8ce54579dd7ff312c4fce5c7f82c5b.tar.bz2 gentoo-bcf25efd0f8ce54579dd7ff312c4fce5c7f82c5b.zip |
net-misc/openssh: Stabilize 9.6_p1-r5 amd64, #935272
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/openssh-9.6_p1-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-9.6_p1-r5.ebuild b/net-misc/openssh/openssh-9.6_p1-r5.ebuild index 6730bba6ad71..4d09fc152d70 100644 --- a/net-misc/openssh/openssh-9.6_p1-r5.ebuild +++ b/net-misc/openssh/openssh-9.6_p1-r5.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 xmss" |