summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2007-12-21 22:02:42 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2007-12-21 22:02:42 +0000
commita5f2bebcb9fb2de8c5beebe4e438f32972e192c2 (patch)
treec9465fbffd2cc5c992c795c5226853d55f28af37 /sys-auth
parentDon't prestrip files, and use -silent to make the build look nicer (diff)
downloadgentoo-2-a5f2bebcb9fb2de8c5beebe4e438f32972e192c2.tar.gz
gentoo-2-a5f2bebcb9fb2de8c5beebe4e438f32972e192c2.tar.bz2
gentoo-2-a5f2bebcb9fb2de8c5beebe4e438f32972e192c2.zip
Fix pcsc-lite flag, bug#202935, thanks to Roman Jõerand
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_pkcs11/ChangeLog8
-rw-r--r--sys-auth/pam_pkcs11/files/digest-pam_pkcs11-0.6.0-r1 (renamed from sys-auth/pam_pkcs11/files/digest-pam_pkcs11-0.6.0)0
-rw-r--r--sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild (renamed from sys-auth/pam_pkcs11/pam_pkcs11-0.6.0.ebuild)4
3 files changed, 9 insertions, 3 deletions
diff --git a/sys-auth/pam_pkcs11/ChangeLog b/sys-auth/pam_pkcs11/ChangeLog
index 891f5d8bea7a..7e230d343bae 100644
--- a/sys-auth/pam_pkcs11/ChangeLog
+++ b/sys-auth/pam_pkcs11/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-auth/pam_pkcs11
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v 1.8 2007/11/10 17:48:14 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v 1.9 2007/12/21 22:02:41 alonbl Exp $
+
+*pam_pkcs11-0.6.0-r1 (21 Dec 2007)
+
+ 21 Dec 2007; Alon Bar-Lev <alonbl@gentoo.org> -pam_pkcs11-0.6.0.ebuild,
+ +pam_pkcs11-0.6.0-r1.ebuild:
+ Fix pcsc-lite flag, bug#202935, thanks to Roman Jõerand
10 Nov 2007; Alon Bar-Lev <alonbl@gentoo.org>
-files/pam_pkcs11-0.5.3-daemon-init.patch,
diff --git a/sys-auth/pam_pkcs11/files/digest-pam_pkcs11-0.6.0 b/sys-auth/pam_pkcs11/files/digest-pam_pkcs11-0.6.0-r1
index 660cf079231a..660cf079231a 100644
--- a/sys-auth/pam_pkcs11/files/digest-pam_pkcs11-0.6.0
+++ b/sys-auth/pam_pkcs11/files/digest-pam_pkcs11-0.6.0-r1
diff --git a/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0.ebuild b/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild
index a333f076a895..0455bc380d3e 100644
--- a/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0.ebuild
+++ b/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.ebuild,v 1.1 2007/06/13 10:08:55 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild,v 1.1 2007/12/21 22:02:41 alonbl Exp $
inherit eutils
@@ -23,7 +23,7 @@ DEPEND="
src_compile() {
econf \
$(use_with curl) \
- $(use_with pcsc-lite pcsclite) \
+ $(use_with pcsc-lite) \
$(use_with ldap) \
|| die "econf failed"