diff options
author | Sam James <sam@gentoo.org> | 2023-12-26 17:33:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-26 17:33:57 +0000 |
commit | 1587d1c20f6bf40b80a483d04e8bf392e769e453 (patch) | |
tree | a650ac24b33a13cea33b624e4e0ab002280a1afa /net-misc | |
parent | xfce-extra/xfce4-cpugraph-plugin: Remove old (diff) | |
download | gentoo-1587d1c20f6bf40b80a483d04e8bf392e769e453.tar.gz gentoo-1587d1c20f6bf40b80a483d04e8bf392e769e453.tar.bz2 gentoo-1587d1c20f6bf40b80a483d04e8bf392e769e453.zip |
net-misc/openssh: Stabilize 9.6_p1-r1 arm64, #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 84130f1d6514..37d2870e7a4e 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" |