diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-13 00:18:15 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-13 00:18:15 +0300 |
commit | 17e8d9ddeec574faca7aa41f2e742c009b1fbf31 (patch) | |
tree | 2ecda89d260311b5896198ee9f8ddd899bf44fa6 /net-fs | |
parent | net-mail/dovecot: migrate to sys-libs/pam (diff) | |
download | gentoo-17e8d9ddeec574faca7aa41f2e742c009b1fbf31.tar.gz gentoo-17e8d9ddeec574faca7aa41f2e742c009b1fbf31.tar.bz2 gentoo-17e8d9ddeec574faca7aa41f2e742c009b1fbf31.zip |
net-fs/ncpfs: 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-fs')
-rw-r--r-- | net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild | 4 | ||||
-rw-r--r-- | net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild | 4 | ||||
-rw-r--r-- | 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 f66a06347b88..aeda73ee956a 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 481e43c3474f..04130516b2ca 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 a024decda07f..7e4c742a0e19 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}" |