commit: 6f9ab1aa59941aef56db4d40a5515e49b5da1ba4
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 20:43:03 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> 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 <zlogene <AT> 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() {