From c746d14bb98e20d4a9b7169455a37d75388a52f0 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sun, 6 Jul 2014 17:49:35 +0000 Subject: Fix silent build disable, bug#515344 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BF20DC51) --- sys-auth/pam_pkcs11/ChangeLog | 7 +++++-- sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'sys-auth/pam_pkcs11') 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 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() { -- cgit v1.2.3-65-gdbad