diff options
author | 2024-07-01 13:38:16 +0300 | |
---|---|---|
committer | 2024-07-01 13:38:16 +0300 | |
commit | 3ff0d813129dd39d452d0cedb4c4dd63f910cd1d (patch) | |
tree | e3021ce7acb805ecb6ee745d2c717864f1da7f9b /net-misc/openssh | |
parent | net-misc/openssh: Stabilize 9.6_p1-r5 arm, #935272 (diff) | |
download | gentoo-3ff0d813129dd39d452d0cedb4c4dd63f910cd1d.tar.gz gentoo-3ff0d813129dd39d452d0cedb4c4dd63f910cd1d.tar.bz2 gentoo-3ff0d813129dd39d452d0cedb4c4dd63f910cd1d.zip |
net-misc/openssh: Stabilize 9.6_p1-r5 arm64, #935272
Signed-off-by: Arthur Zamarin <arthurzam@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 07965fe7bd2b..4346adcef7c5 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" |