commit:     17e8d9ddeec574faca7aa41f2e742c009b1fbf31
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 21:18:15 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 21:18:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e8d9dd

net-fs/ncpfs: migrate to sys-libs/pam

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild | 4 ++--
 net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild | 4 ++--
 net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild 
b/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild
index f66a06347b8..aeda73ee956 100644
--- a/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild
+++ b/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ KEYWORDS="amd64 ~mips ppc ppc64 x86"
 IUSE="nls pam php"
 
 DEPEND="nls? ( sys-devel/gettext )
-       pam? ( virtual/pam )
+       pam? ( sys-libs/pam )
        php? ( || ( dev-lang/php virtual/httpd-php ) )"
 
 RDEPEND="${DEPEND}"

diff --git a/net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild 
b/net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild
index 481e43c3474..04130516b2c 100644
--- a/net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild
+++ b/net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ IUSE="nls pam php"
 
 DEPEND="
        nls? ( sys-devel/gettext )
-       pam? ( virtual/pam )
+       pam? ( sys-libs/pam )
        php? ( || ( dev-lang/php:* virtual/httpd-php:* ) )"
 
 RDEPEND="${DEPEND}"

diff --git a/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild 
b/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
index a024decda07..7e4c742a0e1 100644
--- a/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
+++ b/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
@@ -16,7 +16,7 @@ IUSE="nls pam"
 
 DEPEND="
        nls? ( sys-devel/gettext )
-       pam? ( virtual/pam )"
+       pam? ( sys-libs/pam )"
 
 RDEPEND="${DEPEND}"
 

Reply via email to