diff options
author | Ian Jordan <immoloism@gmail.com> | 2023-06-26 16:34:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-26 17:47:21 +0100 |
commit | 2e0b67c13c451c34768a918c77be211cb5f64b8a (patch) | |
tree | 78ac251871d7c8b8383815029395a3dcc34a151a /virtual | |
parent | app-text/lesspipe: add 2.08 (diff) | |
download | gentoo-2e0b67c13c451c34768a918c77be211cb5f64b8a.tar.gz gentoo-2e0b67c13c451c34768a918c77be211cb5f64b8a.tar.bz2 gentoo-2e0b67c13c451c34768a918c77be211cb5f64b8a.zip |
virtual/openssh: keyword 0 for ~m68k, ~mips
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31623
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/openssh/openssh-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/openssh/openssh-0.ebuild b/virtual/openssh/openssh-0.ebuild index a46b38089967..cb57d4eb5924 100644 --- a/virtual/openssh/openssh-0.ebuild +++ b/virtual/openssh/openssh-0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DESCRIPTION="Virtual for net-misc/openssh and variants" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="ssl" RDEPEND=" |