diff options
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_pkcs11/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_pkcs11/ChangeLog b/sys-auth/pam_pkcs11/ChangeLog index e679412d945d..e1c29e63a561 100644 --- a/sys-auth/pam_pkcs11/ChangeLog +++ b/sys-auth/pam_pkcs11/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_pkcs11 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v 1.10 2008/01/10 13:13:05 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v 1.11 2008/05/16 22:59:08 alonbl Exp $ + + 16 May 2008; Alon Bar-Lev <alonbl@gentoo.org> pam_pkcs11-0.6.0-r1.ebuild: + Fix pcsc-lite USE issue, bug#222173 10 Jan 2008; Alon Bar-Lev <alonbl@gentoo.org> pam_pkcs11-0.6.0-r1.ebuild: Add pkg-config, bug#205187, cleanups diff --git a/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild b/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild index 1a36aa60a9bf..10cb92d33eaf 100644 --- a/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild +++ b/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild,v 1.2 2008/01/10 13:13:05 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild,v 1.3 2008/05/16 22:59:08 alonbl Exp $ inherit multilib @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} src_compile() { econf \ $(use_with curl) \ - $(use_with pcsc-lite) \ + $(use_with pcsc-lite pcsclite) \ $(use_with ldap) \ || die "econf failed" emake || die "emake failed" |