diff options
author | 2010-10-19 03:43:08 +0000 | |
---|---|---|
committer | 2010-10-19 03:43:08 +0000 | |
commit | 0832ee393424479ec7976357b5a7f4d5a751d5c6 (patch) | |
tree | ae2c4a98c332106160d068c68eb778630a9a09f8 /app-crypt | |
parent | Fix build with USE=doc (bug 340078) (diff) | |
download | gentoo-2-0832ee393424479ec7976357b5a7f4d5a751d5c6.tar.gz gentoo-2-0832ee393424479ec7976357b5a7f4d5a751d5c6.tar.bz2 gentoo-2-0832ee393424479ec7976357b5a7f4d5a751d5c6.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.0.16-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gnupg/gnupg-2.0.16-r2.ebuild b/app-crypt/gnupg/gnupg-2.0.16-r2.ebuild index e19f74935a75..cb8193a2881d 100644 --- a/app-crypt/gnupg/gnupg-2.0.16-r2.ebuild +++ b/app-crypt/gnupg/gnupg-2.0.16-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.16-r2.ebuild,v 1.1 2010/10/19 01:42:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.16-r2.ebuild,v 1.2 2010/10/19 03:43:08 mr_bones_ Exp $ EAPI="3" @@ -76,7 +76,7 @@ src_configure() { die "Upstream explicitly disallows static builds when combining with smartcard support: http://www.mail-archive.com/gnupg-users@gnupg.org/msg10851.html" fi fi - + [[ $want_scdaemon -eq 1 ]] && myconf="--enable-scdaemon" || myconf="--disable-scdaemon" econf \ |