diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 12:38:22 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 12:38:22 +0200 |
commit | f038c1d25975265b8f0f42a5afeb576a0568cf08 (patch) | |
tree | 0ad4676fef28d89eb5539215f0b8ab3f3827e620 /net-misc/openssh | |
parent | net-libs/libnsl: Stabilize 2.0.1 ppc, #919961 (diff) | |
download | gentoo-f038c1d25975265b8f0f42a5afeb576a0568cf08.tar.gz gentoo-f038c1d25975265b8f0f42a5afeb576a0568cf08.tar.bz2 gentoo-f038c1d25975265b8f0f42a5afeb576a0568cf08.zip |
net-misc/openssh: Stabilize 9.5_p1-r2 ppc64, #919972
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/openssh-9.5_p1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-9.5_p1-r2.ebuild b/net-misc/openssh/openssh-9.5_p1-r2.ebuild index d2696cc1f155..82243ec5313e 100644 --- a/net-misc/openssh/openssh-9.5_p1-r2.ebuild +++ b/net-misc/openssh/openssh-9.5_p1-r2.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" |