From 404a42365a99786d009c9eeaba48d18ac143b8b5 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 8 Sep 2025 07:11:21 +0000 Subject: [PATCH] virtual/openssh: Sync with Gentoo It's from Gentoo commit c4b64cf171924b4dc9f75a592657e4593920eb8e. Signed-off-by: Flatcar Buildbot --- .../virtual/openssh/openssh-0-r1.ebuild | 17 +++++++++++++++++ .../virtual/openssh/openssh-0.ebuild | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/virtual/openssh/openssh-0-r1.ebuild diff --git a/sdk_container/src/third_party/portage-stable/virtual/openssh/openssh-0-r1.ebuild b/sdk_container/src/third_party/portage-stable/virtual/openssh/openssh-0-r1.ebuild new file mode 100644 index 0000000000..a4c6991584 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/openssh/openssh-0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for net-misc/openssh and variants" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="ssl" + +RDEPEND=" + || ( + >=net-misc/openssh-9.3_p1-r1[ssl?] + >=net-misc/openssh-contrib-9.3_p1[ssl?] + >=net-misc/pkixssh-14.1.1 + )" diff --git a/sdk_container/src/third_party/portage-stable/virtual/openssh/openssh-0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/openssh/openssh-0.ebuild index f14c07b246..26f23a7de9 100644 --- a/sdk_container/src/third_party/portage-stable/virtual/openssh/openssh-0.ebuild +++ b/sdk_container/src/third_party/portage-stable/virtual/openssh/openssh-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DESCRIPTION="Virtual for net-misc/openssh and variants" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="ssl" RDEPEND="