diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-29 06:40:15 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-29 06:40:15 +0000 |
commit | d6778671e0f5b6f1a3834079c12f9cbe8a30d866 (patch) | |
tree | 9ac72a35a701bff183f74492b228bb67cb18117d | |
parent | Revbump with HPN and LPK patches available again now. Ported and submitted to... (diff) | |
download | gentoo-2-d6778671e0f5b6f1a3834079c12f9cbe8a30d866.tar.gz gentoo-2-d6778671e0f5b6f1a3834079c12f9cbe8a30d866.tar.bz2 gentoo-2-d6778671e0f5b6f1a3834079c12f9cbe8a30d866.zip |
QA whitespace.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | net-misc/openssh/openssh-5.4_p1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/openssh/openssh-5.4_p1-r2.ebuild b/net-misc/openssh/openssh-5.4_p1-r2.ebuild index ecee93ab1696..296f7015fd65 100644 --- a/net-misc/openssh/openssh-5.4_p1-r2.ebuild +++ b/net-misc/openssh/openssh-5.4_p1-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/net-misc/openssh/openssh-5.4_p1-r2.ebuild,v 1.1 2010/03/29 06:39:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-5.4_p1-r2.ebuild,v 1.2 2010/03/29 06:40:15 robbat2 Exp $ EAPI=2 inherit eutils flag-o-matic multilib autotools pam @@ -76,7 +76,7 @@ src_prepare() { # keep this as we need it to avoid the conflict between LPK and HPN changing # this file. cp version.h version.h.pristine - + if use X509 ; then # Apply X509 patch epatch "${DISTDIR}"/${X509_PATCH} |