From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3FBFA138334 for ; Sat, 12 Oct 2019 21:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91D5AE0855; Sat, 12 Oct 2019 21:36:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78264E0855 for ; Sat, 12 Oct 2019 21:36:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9791E34BC9E for ; Sat, 12 Oct 2019 21:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A2A0772 for ; Sat, 12 Oct 2019 21:36:48 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1570916200.3ac6573b1fdb0fbe3cb5a152c83b5541271fff52.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/at/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/at/at-3.1.18-r1.ebuild sys-process/at/at-3.1.20.ebuild sys-process/at/at-3.1.23.ebuild X-VCS-Directories: sys-process/at/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3ac6573b1fdb0fbe3cb5a152c83b5541271fff52 X-VCS-Branch: master Date: Sat, 12 Oct 2019 21:36:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4fcc0d1-6416-4c5c-9302-5dcc66c8ec8d X-Archives-Hash: a83b8c49d38636e7eab8c9511943253d commit: 3ac6573b1fdb0fbe3cb5a152c83b5541271fff52 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 21:36:40 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 21:36:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac6573b sys-process/at: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> sys-process/at/at-3.1.18-r1.ebuild | 4 ++-- sys-process/at/at-3.1.20.ebuild | 4 ++-- sys-process/at/at-3.1.23.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-process/at/at-3.1.18-r1.ebuild b/sys-process/at/at-3.1.18-r1.ebuild index 01c39c214d2..abcb0735499 100644 --- a/sys-process/at/at-3.1.18-r1.ebuild +++ b/sys-process/at/at-3.1.18-r1.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 @@ -18,7 +18,7 @@ DEPEND="virtual/mta >=sys-devel/autoconf-2.64 sys-devel/bison >=sys-devel/flex-2.5.4a - pam? ( virtual/pam )" + pam? ( sys-libs/pam )" RDEPEND="virtual/mta virtual/logger selinux? ( sec-policy/selinux-at )" diff --git a/sys-process/at/at-3.1.20.ebuild b/sys-process/at/at-3.1.20.ebuild index 137c5efac4c..81f677ecf7a 100644 --- a/sys-process/at/at-3.1.20.ebuild +++ b/sys-process/at/at-3.1.20.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 @@ -18,7 +18,7 @@ DEPEND="virtual/mta >=sys-devel/autoconf-2.64 sys-devel/bison >=sys-devel/flex-2.5.4a - pam? ( virtual/pam )" + pam? ( sys-libs/pam )" RDEPEND="virtual/mta virtual/logger selinux? ( sec-policy/selinux-at )" diff --git a/sys-process/at/at-3.1.23.ebuild b/sys-process/at/at-3.1.23.ebuild index 66481a8ffd5..b432dbc4887 100644 --- a/sys-process/at/at-3.1.23.ebuild +++ b/sys-process/at/at-3.1.23.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=7 @@ -18,7 +18,7 @@ DEPEND="virtual/mta >=sys-devel/autoconf-2.64 sys-devel/bison >=sys-devel/flex-2.5.4a - pam? ( virtual/pam )" + pam? ( sys-libs/pam )" RDEPEND="virtual/mta virtual/logger selinux? ( sec-policy/selinux-at )"