Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/google-authenticator-libpam-hardened/
Date: Sat, 12 Oct 2019 21:15:17
Message-Id: 1570914907.8706647b6110071d14334bf9a9ddad2cee81d00a.zlogene@gentoo
1 commit: 8706647b6110071d14334bf9a9ddad2cee81d00a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 21:15:07 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 21:15:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8706647b
7
8 sys-auth/google-authenticator-libpam-hardened: migrate to sys-libs/pam
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 .../google-authenticator-libpam-hardened-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-auth/google-authenticator-libpam-hardened/google-authenticator-libpam-hardened-9999.ebuild b/sys-auth/google-authenticator-libpam-hardened/google-authenticator-libpam-hardened-9999.ebuild
17 index 9ce8f782e77..4858a2c5daa 100644
18 --- a/sys-auth/google-authenticator-libpam-hardened/google-authenticator-libpam-hardened-9999.ebuild
19 +++ b/sys-auth/google-authenticator-libpam-hardened/google-authenticator-libpam-hardened-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -14,7 +14,7 @@ SLOT="0"
27 IUSE="+qrcode"
28
29 DEPEND="sys-auth/oath-toolkit:=
30 - virtual/pam
31 + sys-libs/pam
32 qrcode? ( media-gfx/qrencode:= )"
33 RDEPEND="${DEPEND}
34 !sys-auth/google-authenticator"