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 3ACA0138334 for ; Sat, 12 Oct 2019 20:43:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8940FE084A; Sat, 12 Oct 2019 20:43:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7313EE084A for ; Sat, 12 Oct 2019 20:43:14 +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 7FCF434B6EC for ; Sat, 12 Oct 2019 20:43:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52B4F772 for ; Sat, 12 Oct 2019 20:43:11 +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: <1570912983.6f9ab1aa59941aef56db4d40a5515e49b5da1ba4.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/google-authenticator/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/google-authenticator/google-authenticator-1.05.ebuild sys-auth/google-authenticator/google-authenticator-9999.ebuild X-VCS-Directories: sys-auth/google-authenticator/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6f9ab1aa59941aef56db4d40a5515e49b5da1ba4 X-VCS-Branch: master Date: Sat, 12 Oct 2019 20:43:11 +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: 59231b3f-a31c-4093-838b-aaef81f3d2fd X-Archives-Hash: 49789e043585b180942d377d75421b2e commit: 6f9ab1aa59941aef56db4d40a5515e49b5da1ba4 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 20:43:03 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 20:43:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f9ab1aa sys-auth/google-authenticator: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> sys-auth/google-authenticator/google-authenticator-1.05.ebuild | 4 ++-- sys-auth/google-authenticator/google-authenticator-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-auth/google-authenticator/google-authenticator-1.05.ebuild b/sys-auth/google-authenticator/google-authenticator-1.05.ebuild index cac4a833a72..2fc5e1c2cb0 100644 --- a/sys-auth/google-authenticator/google-authenticator-1.05.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-1.05.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 @@ -21,7 +21,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" -DEPEND="virtual/pam" +DEPEND="sys-libs/pam" RDEPEND="${DEPEND}" RESTRICT="test" diff --git a/sys-auth/google-authenticator/google-authenticator-9999.ebuild b/sys-auth/google-authenticator/google-authenticator-9999.ebuild index 2d682decb66..9a5ee8534f9 100644 --- a/sys-auth/google-authenticator/google-authenticator-9999.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-9999.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" @@ -21,7 +21,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" -DEPEND="virtual/pam" +DEPEND="sys-libs/pam" RDEPEND="${DEPEND}" src_prepare() {