diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 23:47:56 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 23:47:56 +0300 |
commit | a9c949cb122b154458811b09965eb25be9bbfee7 (patch) | |
tree | 06e8de09920e1e7fcceed0c77efc2f6845d15f64 /net-misc/hylafaxplus | |
parent | net-fs/cifs-utils: migrate to sys-libs/pam (diff) | |
download | gentoo-a9c949cb122b154458811b09965eb25be9bbfee7.tar.gz gentoo-a9c949cb122b154458811b09965eb25be9bbfee7.tar.bz2 gentoo-a9c949cb122b154458811b09965eb25be9bbfee7.zip |
net-misc/hylafaxplus: 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/hylafaxplus')
-rw-r--r-- | net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild | 4 | ||||
-rw-r--r-- | net-misc/hylafaxplus/hylafaxplus-5.6.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild b/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild index 4d2724cc8570..e1d8b5510a8f 100644 --- a/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild +++ b/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -26,7 +26,7 @@ DEPEND=" jbig? ( media-libs/jbigkit ) virtual/awk ldap? ( net-nds/openldap ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) mgetty? ( net-dialup/mgetty[-fax] ) !net-dialup/mgetty[fax] " diff --git a/net-misc/hylafaxplus/hylafaxplus-5.6.1.ebuild b/net-misc/hylafaxplus/hylafaxplus-5.6.1.ebuild index 18d1e65d47a1..6a3be949d081 100644 --- a/net-misc/hylafaxplus/hylafaxplus-5.6.1.ebuild +++ b/net-misc/hylafaxplus/hylafaxplus-5.6.1.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 @@ -26,7 +26,7 @@ DEPEND=" virtual/awk lcms? ( media-libs/lcms ) ldap? ( net-nds/openldap ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) mgetty? ( net-dialup/mgetty[-fax] ) !net-dialup/mgetty[fax] " |