Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hylafaxplus/
Date: Sat, 12 Oct 2019 20:48:07
Message-Id: 1570913276.a9c949cb122b154458811b09965eb25be9bbfee7.zlogene@gentoo
1 commit: a9c949cb122b154458811b09965eb25be9bbfee7
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 20:47:56 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 20:47:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c949cb
7
8 net-misc/hylafaxplus: migrate to sys-libs/pam
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild | 4 ++--
14 net-misc/hylafaxplus/hylafaxplus-5.6.1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild b/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild
18 index 4d2724cc857..e1d8b5510a8 100644
19 --- a/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild
20 +++ b/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -26,7 +26,7 @@ DEPEND="
28 jbig? ( media-libs/jbigkit )
29 virtual/awk
30 ldap? ( net-nds/openldap )
31 - pam? ( virtual/pam )
32 + pam? ( sys-libs/pam )
33 mgetty? ( net-dialup/mgetty[-fax] )
34 !net-dialup/mgetty[fax]
35 "
36
37 diff --git a/net-misc/hylafaxplus/hylafaxplus-5.6.1.ebuild b/net-misc/hylafaxplus/hylafaxplus-5.6.1.ebuild
38 index 18d1e65d47a..6a3be949d08 100644
39 --- a/net-misc/hylafaxplus/hylafaxplus-5.6.1.ebuild
40 +++ b/net-misc/hylafaxplus/hylafaxplus-5.6.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -26,7 +26,7 @@ DEPEND="
48 virtual/awk
49 lcms? ( media-libs/lcms )
50 ldap? ( net-nds/openldap )
51 - pam? ( virtual/pam )
52 + pam? ( sys-libs/pam )
53 mgetty? ( net-dialup/mgetty[-fax] )
54 !net-dialup/mgetty[fax]
55 "