diff options
author | Sam James <sam@gentoo.org> | 2023-07-19 16:13:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-19 16:13:39 +0100 |
commit | 080bf20c86100a54e932f414a720ce01ebcf1de1 (patch) | |
tree | d2522e7742f6ba28e1fd5fd6a5608a52581b345f | |
parent | net-misc/openssh: Stabilize 9.3_p2 arm, #910555 (diff) | |
download | gentoo-080bf20c86100a54e932f414a720ce01ebcf1de1.tar.gz gentoo-080bf20c86100a54e932f414a720ce01ebcf1de1.tar.bz2 gentoo-080bf20c86100a54e932f414a720ce01ebcf1de1.zip |
net-misc/openssh: Stabilize 9.3_p2 x86, #910555
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-misc/openssh/openssh-9.3_p2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-9.3_p2.ebuild b/net-misc/openssh/openssh-9.3_p2.ebuild index d67ddfcffda4..59707d8bb693 100644 --- a/net-misc/openssh/openssh-9.3_p2.ebuild +++ b/net-misc/openssh/openssh-9.3_p2.ebuild @@ -19,7 +19,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" |