diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2014-07-06 17:49:35 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2014-07-06 17:49:35 +0000 |
commit | c746d14bb98e20d4a9b7169455a37d75388a52f0 (patch) | |
tree | 26b001220d62d5de5b358dee0a5f846b3de671b1 /sys-auth/pam_pkcs11 | |
parent | arm stable, bug #516186 (diff) | |
download | gentoo-2-c746d14bb98e20d4a9b7169455a37d75388a52f0.tar.gz gentoo-2-c746d14bb98e20d4a9b7169455a37d75388a52f0.tar.bz2 gentoo-2-c746d14bb98e20d4a9b7169455a37d75388a52f0.zip |
Fix silent build disable, bug#515344
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'sys-auth/pam_pkcs11')
-rw-r--r-- | sys-auth/pam_pkcs11/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/pam_pkcs11/ChangeLog b/sys-auth/pam_pkcs11/ChangeLog index 7e37f2328c55..a8b89ed0ddef 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v 1.22 2012/08/02 15:24:33 flameeyes Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v 1.23 2014/07/06 17:49:35 alonbl Exp $ + + 06 Jul 2014; Alon Bar-Lev <alonbl@gentoo.org> pam_pkcs11-0.6.8.ebuild: + Fix silent build disable, bug#515344 *pam_pkcs11-0.6.8 (02 Aug 2012) diff --git a/sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild b/sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild index 3bebf01ebb8b..4db8f22bd3fc 100644 --- a/sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild +++ b/sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 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.8.ebuild,v 1.1 2012/08/02 15:24:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild,v 1.2 2014/07/06 17:49:35 alonbl Exp $ EAPI=4 @@ -49,7 +49,7 @@ src_configure() { $(use_with nss) \ --docdir=/usr/share/doc/${PF} \ --htmldir=/usr/share/doc/${PF}/html \ - --disable-silent-build + --disable-silent-rules } src_install() { |