virtual/openssh: Add from Gentoo

It's from Gentoo commit 2e0b67c13c451c34768a918c77be211cb5f64b8a.
This commit is contained in:
Krzesimir Nowak 2023-07-28 12:54:06 +02:00
parent cc099fc895
commit dfbd4adaa7
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<stabilize-allarches/>
</pkgmetadata>

View File

@ -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="~alpha amd64 arm arm64 hppa ~ia64 ~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?]
)"