summaryrefslogtreecommitdiff
path: root/virtual/openssh/openssh-0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/openssh/openssh-0.ebuild')
-rw-r--r--virtual/openssh/openssh-0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/openssh/openssh-0.ebuild b/virtual/openssh/openssh-0.ebuild
new file mode 100644
index 000000000000..c1d8760ec113
--- /dev/null
+++ b/virtual/openssh/openssh-0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 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="amd64 arm arm64 hppa ~ia64 ~loong 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?]
+ )"