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 2E069138334 for ; Sat, 12 Oct 2019 19:09:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53231E0814; Sat, 12 Oct 2019 19:09:24 +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 3AC59E0814 for ; Sat, 12 Oct 2019 19:09:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5851234BCA5 for ; Sat, 12 Oct 2019 19:09:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E650895 for ; Sat, 12 Oct 2019 19:09:21 +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: <1570907334.63f36a5a46afa6878d792d919142f0abaad96a0e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-PAM/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild X-VCS-Directories: dev-perl/Authen-PAM/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 63f36a5a46afa6878d792d919142f0abaad96a0e X-VCS-Branch: master Date: Sat, 12 Oct 2019 19:09:21 +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: 45863782-54f3-47d4-b6da-606264746317 X-Archives-Hash: 3b5a549530ad2a93097e8beea76886ba commit: 63f36a5a46afa6878d792d919142f0abaad96a0e Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 19:08:54 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 19:08:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f36a5a dev-perl/Authen-PAM: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild | 4 ++-- dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild index 910cb91d799..b9716d032be 100644 --- a/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild +++ b/dev-perl/Authen-PAM/Authen-PAM-0.160.0-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=5 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="" -RDEPEND="virtual/pam" +RDEPEND="sys-libs/pam" DEPEND="${RDEPEND}" PATCHES=("${FILESDIR}/no-dot-inc.patch") export OPTIMIZE="$CFLAGS" diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild index a33629f7a54..f52ed145cae 100644 --- a/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild +++ b/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="examples" -RDEPEND="virtual/pam" +RDEPEND="sys-libs/pam" DEPEND="${RDEPEND}" PATCHES=("${FILESDIR}/no-dot-inc.patch") export OPTIMIZE="$CFLAGS"