Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/at/
Date: Sat, 12 Oct 2019 21:36:51
Message-Id: 1570916200.3ac6573b1fdb0fbe3cb5a152c83b5541271fff52.zlogene@gentoo
1 commit: 3ac6573b1fdb0fbe3cb5a152c83b5541271fff52
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 21:36:40 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 21:36:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac6573b
7
8 sys-process/at: 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 sys-process/at/at-3.1.18-r1.ebuild | 4 ++--
14 sys-process/at/at-3.1.20.ebuild | 4 ++--
15 sys-process/at/at-3.1.23.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sys-process/at/at-3.1.18-r1.ebuild b/sys-process/at/at-3.1.18-r1.ebuild
19 index 01c39c214d2..abcb0735499 100644
20 --- a/sys-process/at/at-3.1.18-r1.ebuild
21 +++ b/sys-process/at/at-3.1.18-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -18,7 +18,7 @@ DEPEND="virtual/mta
29 >=sys-devel/autoconf-2.64
30 sys-devel/bison
31 >=sys-devel/flex-2.5.4a
32 - pam? ( virtual/pam )"
33 + pam? ( sys-libs/pam )"
34 RDEPEND="virtual/mta
35 virtual/logger
36 selinux? ( sec-policy/selinux-at )"
37
38 diff --git a/sys-process/at/at-3.1.20.ebuild b/sys-process/at/at-3.1.20.ebuild
39 index 137c5efac4c..81f677ecf7a 100644
40 --- a/sys-process/at/at-3.1.20.ebuild
41 +++ b/sys-process/at/at-3.1.20.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -18,7 +18,7 @@ DEPEND="virtual/mta
49 >=sys-devel/autoconf-2.64
50 sys-devel/bison
51 >=sys-devel/flex-2.5.4a
52 - pam? ( virtual/pam )"
53 + pam? ( sys-libs/pam )"
54 RDEPEND="virtual/mta
55 virtual/logger
56 selinux? ( sec-policy/selinux-at )"
57
58 diff --git a/sys-process/at/at-3.1.23.ebuild b/sys-process/at/at-3.1.23.ebuild
59 index 66481a8ffd5..b432dbc4887 100644
60 --- a/sys-process/at/at-3.1.23.ebuild
61 +++ b/sys-process/at/at-3.1.23.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 @@ -18,7 +18,7 @@ DEPEND="virtual/mta
69 >=sys-devel/autoconf-2.64
70 sys-devel/bison
71 >=sys-devel/flex-2.5.4a
72 - pam? ( virtual/pam )"
73 + pam? ( sys-libs/pam )"
74 RDEPEND="virtual/mta
75 virtual/logger
76 selinux? ( sec-policy/selinux-at )"