commit: 9b3c1849aef1e1ea328f303657631cf26125ff81 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Oct 12 20:39:50 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Oct 12 20:39:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3c1849
sys-auth/oath-toolkit: 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/oath-toolkit/oath-toolkit-2.6.1.ebuild | 4 ++-- sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild index 224c9094191..6d03d4f004a 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.1.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=5 @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="pam pskc test" RDEPEND=" - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) pskc? ( dev-libs/xmlsec )" DEPEND="${RDEPEND} test? ( dev-libs/libxml2 ) diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild index 1fd990ee3d1..516a4c43627 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild @@ -14,7 +14,7 @@ KEYWORDS="amd64 ~arm64 ~ppc64 x86" IUSE="pam pskc test" RDEPEND=" - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) pskc? ( dev-libs/xmlsec )" DEPEND="${RDEPEND} test? ( dev-libs/libxml2 )