diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-19 18:23:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-19 18:23:29 +0300 |
commit | cda793b7328774c58f6c4ce7baf15a13734b3e87 (patch) | |
tree | cb49b72085962a0273632c6d523483f3e3ad8036 /net-misc | |
parent | net-misc/openssh: Stabilize 9.3_p2 ppc, #910555 (diff) | |
download | gentoo-cda793b7328774c58f6c4ce7baf15a13734b3e87.tar.gz gentoo-cda793b7328774c58f6c4ce7baf15a13734b3e87.tar.bz2 gentoo-cda793b7328774c58f6c4ce7baf15a13734b3e87.zip |
net-misc/openssh: Stabilize 9.3_p2 ppc64, #910555
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc')
-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 42b4c24054c0..ce2c7c5bcf0a 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" |