diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 23:43:03 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 23:43:03 +0300 |
commit | 6f9ab1aa59941aef56db4d40a5515e49b5da1ba4 (patch) | |
tree | ab71d4a671417c06e3a47ba5808a044f923b09f7 /sys-auth | |
parent | sys-auth/oath-toolkit: migrate to sys-libs/pam (diff) | |
download | gentoo-6f9ab1aa59941aef56db4d40a5515e49b5da1ba4.tar.gz gentoo-6f9ab1aa59941aef56db4d40a5515e49b5da1ba4.tar.bz2 gentoo-6f9ab1aa59941aef56db4d40a5515e49b5da1ba4.zip |
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@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/google-authenticator/google-authenticator-1.05.ebuild | 4 | ||||
-rw-r--r-- | 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 cac4a833a725..2fc5e1c2cb00 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 2d682decb665..9a5ee8534f92 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() { |