diff options
author | 2023-03-15 03:52:14 +0000 | |
---|---|---|
committer | 2023-03-15 03:52:14 +0000 | |
commit | 8ce5549f96cbe56151fd1a5adef102a53a821198 (patch) | |
tree | 5deee41f9b06dd4a80409a8e73d8c84d0aebd1fc /net-misc/openssh | |
parent | app-text/ghostscript-gpl: add note re bundled libs (diff) | |
download | gentoo-8ce5549f96cbe56151fd1a5adef102a53a821198.tar.gz gentoo-8ce5549f96cbe56151fd1a5adef102a53a821198.tar.bz2 gentoo-8ce5549f96cbe56151fd1a5adef102a53a821198.zip |
net-misc/openssh: unkeyword 9.2_p1-r3
I think this version is fine, but on reflection, I'd rather wait a bit
longer until upstream have decided for sure which approach they're going with.
Not really in a rush to keyword openssl-3.1.x anyway.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/openssh-9.2_p1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-9.2_p1-r3.ebuild b/net-misc/openssh/openssh-9.2_p1-r3.ebuild index 0c12a424605e..398c9d6f532f 100644 --- a/net-misc/openssh/openssh-9.2_p1-r3.ebuild +++ b/net-misc/openssh/openssh-9.2_p1-r3.ebuild @@ -50,7 +50,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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Probably want to drop ssl defaulting to on in a future version. IUSE="abi_mips_n32 audit debug hpn kerberos ldns libedit livecd pam +pie sctp security-key selinux +ssl static test X X509 xmss" |