diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 22:18:31 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 22:18:31 +0300 |
commit | c35d4ec292fc7e5d39c9b3f5bebc75a54b7da427 (patch) | |
tree | 7dbdcdd91c3c0f59274fa5db21e8fac72eb72f25 /net-misc/openssh | |
parent | mail-mta/exim: migrate to sys-libs/pam (diff) | |
download | gentoo-c35d4ec292fc7e5d39c9b3f5bebc75a54b7da427.tar.gz gentoo-c35d4ec292fc7e5d39c9b3f5bebc75a54b7da427.tar.bz2 gentoo-c35d4ec292fc7e5d39c9b3f5bebc75a54b7da427.zip |
net-misc/openssh: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/openssh-7.5_p1-r4.ebuild | 4 | ||||
-rw-r--r-- | net-misc/openssh/openssh-7.7_p1-r9.ebuild | 4 | ||||
-rw-r--r-- | net-misc/openssh/openssh-7.9_p1-r4.ebuild | 2 | ||||
-rw-r--r-- | net-misc/openssh/openssh-8.0_p1-r4.ebuild | 2 | ||||
-rw-r--r-- | net-misc/openssh/openssh-8.1_p1.ebuild | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/net-misc/openssh/openssh-7.5_p1-r4.ebuild b/net-misc/openssh/openssh-7.5_p1-r4.ebuild index 1c8a750ca7b8..4b4ae5463ae3 100644 --- a/net-misc/openssh/openssh-7.5_p1-r4.ebuild +++ b/net-misc/openssh/openssh-7.5_p1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -56,7 +56,7 @@ LIB_DEPEND=" >=sys-libs/zlib-1.2.3:=[static-libs(+)]" RDEPEND=" !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap )" DEPEND="${RDEPEND} diff --git a/net-misc/openssh/openssh-7.7_p1-r9.ebuild b/net-misc/openssh/openssh-7.7_p1-r9.ebuild index bd32d2c254ee..d949654c69e5 100644 --- a/net-misc/openssh/openssh-7.7_p1-r9.ebuild +++ b/net-misc/openssh/openssh-7.7_p1-r9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -57,7 +57,7 @@ LIB_DEPEND=" >=sys-libs/zlib-1.2.3:=[static-libs(+)]" RDEPEND=" !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) kerberos? ( virtual/krb5 )" DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} ) diff --git a/net-misc/openssh/openssh-7.9_p1-r4.ebuild b/net-misc/openssh/openssh-7.9_p1-r4.ebuild index 456142ced12d..6f95e59ac4ba 100644 --- a/net-misc/openssh/openssh-7.9_p1-r4.ebuild +++ b/net-misc/openssh/openssh-7.9_p1-r4.ebuild @@ -69,7 +69,7 @@ LIB_DEPEND=" >=sys-libs/zlib-1.2.3:=[static-libs(+)]" RDEPEND=" !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) kerberos? ( virtual/krb5 )" DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} ) diff --git a/net-misc/openssh/openssh-8.0_p1-r4.ebuild b/net-misc/openssh/openssh-8.0_p1-r4.ebuild index 1fbed3598863..5393ca2b81d5 100644 --- a/net-misc/openssh/openssh-8.0_p1-r4.ebuild +++ b/net-misc/openssh/openssh-8.0_p1-r4.ebuild @@ -68,7 +68,7 @@ LIB_DEPEND=" >=sys-libs/zlib-1.2.3:=[static-libs(+)]" RDEPEND=" !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) kerberos? ( virtual/krb5 )" DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} ) diff --git a/net-misc/openssh/openssh-8.1_p1.ebuild b/net-misc/openssh/openssh-8.1_p1.ebuild index f5663b7bd2cd..b75fb6f1a88f 100644 --- a/net-misc/openssh/openssh-8.1_p1.ebuild +++ b/net-misc/openssh/openssh-8.1_p1.ebuild @@ -68,7 +68,7 @@ LIB_DEPEND=" >=sys-libs/zlib-1.2.3:=[static-libs(+)]" RDEPEND=" !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) kerberos? ( virtual/krb5 )" DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} ) |