diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 23:28:03 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 23:28:03 +0300 |
commit | 4d657b2b5527e43c532100b755bcad215ec1893f (patch) | |
tree | 0ea47b11acb27ac43cdae8f108fb6442b2f40ec3 /sys-auth/pam_yubico | |
parent | lxde-base/lxdm: migrate to sys-libs/pam (diff) | |
download | gentoo-4d657b2b5527e43c532100b755bcad215ec1893f.tar.gz gentoo-4d657b2b5527e43c532100b755bcad215ec1893f.tar.bz2 gentoo-4d657b2b5527e43c532100b755bcad215ec1893f.zip |
sys-auth/pam_yubico: 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/pam_yubico')
-rw-r--r-- | sys-auth/pam_yubico/pam_yubico-2.26.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-auth/pam_yubico/pam_yubico-2.26.ebuild b/sys-auth/pam_yubico/pam_yubico-2.26.ebuild index 034bfdfc4539..0bc545bf7a9c 100644 --- a/sys-auth/pam_yubico/pam_yubico-2.26.ebuild +++ b/sys-auth/pam_yubico/pam_yubico-2.26.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit multilib - DESCRIPTION="Library for authenticating against PAM with a Yubikey" HOMEPAGE="https://github.com/Yubico/yubico-pam" SRC_URI="http://opensource.yubico.com/yubico-pam/releases/${P}.tar.gz" @@ -15,7 +13,7 @@ KEYWORDS="~amd64 ~x86" IUSE="ldap test" RDEPEND=" - virtual/pam + sys-libs/pam sys-auth/libyubikey >=sys-auth/ykclient-2.15 >=sys-auth/ykpers-1.6 |