diff options
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 |